Cross Reference: Python25-10-gethostname.diff
xref
: /
solaris-desktop
/
patches
/
Python25-10-gethostname.diff
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
14032
N/A
---
Python-2.4.4/Include/pyport.h.orig
2008-02-04 20:36:04.962673898 +1300
14032
N/A
+++
Python-2.4.4/Include/pyport.h
2008-02-04 20:36:23.745132109 +1300
14032
N/A
@@ -376,11 +376,6 @@
14032
N/A
in platform-specific #ifdefs.
14032
N/A
**************************************************************************/
14032
N/A
14032
N/A
-#ifdef SOLARIS
14032
N/A
-/* Unchecked */
14032
N/A
-extern int gethostname(char *, int);
14032
N/A
-#endif
14032
N/A
-
14032
N/A
#ifdef __BEOS__
14032
N/A
/* Unchecked */
14032
N/A
/* It's in the libs, but not the headers... - [cjh] */