diff -r 6cc95ec7b1bb -r c360825c3a3f components/python/python26/Python26-10-gethostname.patch --- a/components/python/python26/Python26-10-gethostname.patch Tue Mar 01 11:29:05 2011 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -diff --git Python-2.6.4/Include/pyport.h Python-2.6.4/Include/pyport.h ---- Python-2.6.4/Include/pyport.h -+++ Python-2.6.4/Include/pyport.h -@@ -449,11 +449,6 @@ - in platform-specific #ifdefs. - **************************************************************************/ - --#ifdef SOLARIS --/* Unchecked */ --extern int gethostname(char *, int); --#endif -- - #ifdef __BEOS__ - /* Unchecked */ - /* It's in the libs, but not the headers... - [cjh] */