Python25-10-gethostname.diff revision 14032
14032N/A--- Python-2.4.4/Include/pyport.h.orig 2008-02-04 20:36:04.962673898 +1300
14032N/A+++ Python-2.4.4/Include/pyport.h 2008-02-04 20:36:23.745132109 +1300
14032N/A@@ -376,11 +376,6 @@
14032N/A in platform-specific #ifdefs.
14032N/A **************************************************************************/
14032N/A
14032N/A-#ifdef SOLARIS
14032N/A-/* Unchecked */
14032N/A-extern int gethostname(char *, int);
14032N/A-#endif
14032N/A-
14032N/A #ifdef __BEOS__
14032N/A /* Unchecked */
14032N/A /* It's in the libs, but not the headers... - [cjh] */