Module Name: src
Committed By: riz
Date: Sat May 4 00:37:48 UTC 2013
Modified Files:
src/include: netdb.h
Log Message:
Add missing #endif (Hi, Christos!)
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/include/netdb.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/include/netdb.h
diff -u src/include/netdb.h:1.67 src/include/netdb.h:1.68
--- src/include/netdb.h:1.67 Fri May 3 19:34:13 2013
+++ src/include/netdb.h Sat May 4 00:37:47 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: netdb.h,v 1.67 2013/05/03 19:34:13 christos Exp $ */
+/* $NetBSD: netdb.h,v 1.68 2013/05/04 00:37:47 riz Exp $ */
/*
* ++Copyright++ 1980, 1983, 1988, 1993
@@ -278,6 +278,7 @@ struct addrinfo {
(AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV | \
AI_ADDRCONFIG)
#endif
+#endif
#if (_POSIX_C_SOURCE - 0) >= 200112L || (_XOPEN_SOURCE - 0) >= 520 || \
defined(_NETBSD_SOURCE)