components/python/python26/patches/Python26-10-gethostname.patch
branchs11u3-sru
changeset 7811 9126e6f58cd8
parent 7792 ee802f9b5132
child 7816 79ee06fdecc5
equal deleted inserted replaced
7792:ee802f9b5132 7811:9126e6f58cd8
     1 diff --git Python-2.6.4/Include/pyport.h Python-2.6.4/Include/pyport.h
       
     2 --- Python-2.6.4/Include/pyport.h
       
     3 +++ Python-2.6.4/Include/pyport.h
       
     4 @@ -449,11 +449,6 @@
       
     5  in platform-specific #ifdefs.
       
     6  **************************************************************************/
       
     7  
       
     8 -#ifdef SOLARIS
       
     9 -/* Unchecked */
       
    10 -extern int gethostname(char *, int);
       
    11 -#endif
       
    12 -
       
    13  #ifdef __BEOS__
       
    14  /* Unchecked */
       
    15  /* It's in the libs, but not the headers... - [cjh] */