summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorriz <riz@NetBSD.org>2013-05-04 00:37:47 +0000
committerriz <riz@NetBSD.org>2013-05-04 00:37:47 +0000
commit6ba1b87c2803adf25618d7a6a9fc03054afffc0c (patch)
tree78f13942fe659c60c311f986ad731f176a8cad71 /include
parentd9f18ac69ab146ed449273b37a061708a9d62464 (diff)
Add missing #endif (Hi, Christos!)
Diffstat (limited to 'include')
-rw-r--r--include/netdb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/netdb.h b/include/netdb.h
index 623901b60e2..00b166522ff 100644
--- a/include/netdb.h
+++ b/include/netdb.h
@@ -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)