]> granicus.if.org Git - python/commitdiff
3-arg gethostbyname_r doesn't really work on OSF/1.
authorGuido van Rossum <guido@python.org>
Sat, 10 Apr 1999 15:46:01 +0000 (15:46 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 10 Apr 1999 15:46:01 +0000 (15:46 +0000)
Modules/socketmodule.c

index d37a2180186df9b25e2f79eab00d7f73df3fa091..039023fce0e85f6230cec71436ffbe62b9ccf747 100644 (file)
@@ -92,7 +92,7 @@ Socket methods:
 #undef HAVE_GETHOSTBYNAME_R_6_ARG
 
 #ifdef HAVE_GETHOSTBYNAME_R
-#if defined(_AIX) || defined(__osf__)
+#if defined(_AIX)
 #define HAVE_GETHOSTBYNAME_R_3_ARG
 #elif defined(__sun__) || defined(__sgi)
 #define HAVE_GETHOSTBYNAME_R_5_ARG