Source-Changes-HG archive

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

[src/trunk]: src/include we don't implement getipnode*(), so don't define the...



details:   https://anonhg.NetBSD.org/src/rev/3bb027c647c2
branches:  trunk
changeset: 566949:3bb027c647c2
user:      christos <christos%NetBSD.org@localhost>
date:      Tue May 25 13:55:48 2004 +0000

description:
we don't implement getipnode*(), so don't define their flags for now. It
confuses some software (ntpd).

diffstat:

 include/netdb.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 43734671404c -r 3bb027c647c2 include/netdb.h
--- a/include/netdb.h   Tue May 25 13:39:35 2004 +0000
+++ b/include/netdb.h   Tue May 25 13:55:48 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netdb.h,v 1.40 2004/05/24 12:34:28 yamt Exp $  */
+/*     $NetBSD: netdb.h,v 1.41 2004/05/25 13:55:48 christos Exp $      */
 
 /*
  * Copyright (c) 1980, 1983, 1988, 1993
@@ -257,6 +257,7 @@
 #define        AI_MASK \
     (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV)
 
+#ifdef notyet
 /*
  * Flag values for getipnodebyname()
  */
@@ -265,6 +266,7 @@
 #define        AI_ADDRCONFIG   0x00000020
 #define        AI_DEFAULT      (AI_V4MAPPED|AI_ADDRCONFIG)
 #endif
+#endif
 
 #if (_POSIX_C_SOURCE - 0) >= 200112L || (_XOPEN_SOURCE - 0) >= 520 || \
     defined(_NETBSD_SOURCE)



Home | Main Index | Thread Index | Old Index