xref: /aoo41x/main/python/python-solaris.patch (revision df26b234)
1*df26b234SDonLewisFreeBSD--- misc/Python-2.7.18/Include/pyport.h	2012-04-09 18:07:29.000000000 -0500
2*df26b234SDonLewisFreeBSD+++ misc/build/Python-2.7.18/Include/pyport.h	2012-07-24 18:19:52.000000000 -0500
36ee2a585SPedro Giffuni@@ -640,11 +640,6 @@
4d55fe0f2SPedro Giffuni in platform-specific #ifdefs.
5d55fe0f2SPedro Giffuni **************************************************************************/
6d55fe0f2SPedro Giffuni
7d55fe0f2SPedro Giffuni-#ifdef SOLARIS
8d55fe0f2SPedro Giffuni-/* Unchecked */
9d55fe0f2SPedro Giffuni-extern int gethostname(char *, int);
10d55fe0f2SPedro Giffuni-#endif
11d55fe0f2SPedro Giffuni-
12d55fe0f2SPedro Giffuni #ifdef __BEOS__
13d55fe0f2SPedro Giffuni /* Unchecked */
14d55fe0f2SPedro Giffuni /* It's in the libs, but not the headers... - [cjh] */
15