blob: 2d6a26b8788b8ead73d007fd334147c1d8af7820 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- misc/Python-2.7.15/Include/pyport.h 2012-04-09 18:07:29.000000000 -0500
+++ misc/build/Python-2.7.15/Include/pyport.h 2012-07-24 18:19:52.000000000 -0500
@@ -640,11 +640,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] */
|