components/python/python26/patches/Python26-10-gethostname.patch
author John Beck <John.Beck@Oracle.COM>
Mon, 23 Sep 2013 15:04:26 -0700
branchs11-update
changeset 2773 8d29ec07e743
parent 115 c360825c3a3f
permissions -rw-r--r--
17457626 Python regression test_ssl fails due to missing certificate file

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] */