Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include Add missing #endif (Hi, Christos!)
details: https://anonhg.NetBSD.org/src/rev/d2f35251666c
branches: trunk
changeset: 786627:d2f35251666c
user: riz <riz%NetBSD.org@localhost>
date: Sat May 04 00:37:47 2013 +0000
description:
Add missing #endif (Hi, Christos!)
diffstat:
include/netdb.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 5ba924925389 -r d2f35251666c include/netdb.h
--- a/include/netdb.h Fri May 03 23:28:15 2013 +0000
+++ b/include/netdb.h Sat May 04 00:37:47 2013 +0000
@@ -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 @@
(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)
Home |
Main Index |
Thread Index |
Old Index