cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/lib/getaddrinfo.h


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/lib/getaddrinfo.h
Date: Thu, 08 Sep 2005 11:58:11 -0400

Index: ccvs/lib/getaddrinfo.h
diff -u ccvs/lib/getaddrinfo.h:1.1 ccvs/lib/getaddrinfo.h:1.2
--- ccvs/lib/getaddrinfo.h:1.1  Tue Sep  6 04:50:04 2005
+++ ccvs/lib/getaddrinfo.h      Thu Sep  8 15:58:10 2005
@@ -25,7 +25,7 @@
 # include <sys/socket.h>
 # include <netdb.h>
 
-# if defined HAVE_GETADDRINFO && !HAVE_GETADDRINFO
+# if !HAVE_GETADDRINFO
 
 /* Structure to contain information about address of a service provider.  */
 struct addrinfo
@@ -90,6 +90,6 @@
    <http://www.opengroup.org/susv3xsh/gai_strerror.html>.  */
 extern const char *gai_strerror (int ecode);
 
-# endif
+# endif /* !HAVE_GETADDRINFO */
 
 #endif /* GETADDRINFO_H */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]