Source-Changes-HG archive

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

[src/trunk]: src/include notyet is in the users namespace as pointed out by k...



details:   https://anonhg.NetBSD.org/src/rev/b6a8538d2c42
branches:  trunk
changeset: 566950:b6a8538d2c42
user:      christos <christos%NetBSD.org@localhost>
date:      Tue May 25 14:49:38 2004 +0000

description:
notyet is in the users namespace as pointed out by klaus.

diffstat:

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

diffs (18 lines):

diff -r 3bb027c647c2 -r b6a8538d2c42 include/netdb.h
--- a/include/netdb.h   Tue May 25 13:55:48 2004 +0000
+++ b/include/netdb.h   Tue May 25 14:49:38 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netdb.h,v 1.41 2004/05/25 13:55:48 christos Exp $      */
+/*     $NetBSD: netdb.h,v 1.42 2004/05/25 14:49:38 christos Exp $      */
 
 /*
  * Copyright (c) 1980, 1983, 1988, 1993
@@ -257,7 +257,7 @@
 #define        AI_MASK \
     (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV)
 
-#ifdef notyet
+#if 0
 /*
  * Flag values for getipnodebyname()
  */



Home | Main Index | Thread Index | Old Index