Source-Changes-HG archive

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

[src/trunk]: src/include remove NI_WITHSCOPEID



details:   https://anonhg.NetBSD.org/src/rev/e361b929890e
branches:  trunk
changeset: 571295:e361b929890e
user:      itojun <itojun%NetBSD.org@localhost>
date:      Tue Nov 16 06:00:51 2004 +0000

description:
remove NI_WITHSCOPEID

diffstat:

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

diffs (19 lines):

diff -r 48589514c65e -r e361b929890e include/netdb.h
--- a/include/netdb.h   Tue Nov 16 06:00:37 2004 +0000
+++ b/include/netdb.h   Tue Nov 16 06:00:51 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netdb.h,v 1.46 2004/11/07 01:48:01 christos Exp $      */
+/*     $NetBSD: netdb.h,v 1.47 2004/11/16 06:00:51 itojun Exp $        */
 
 /*
  * Copyright (c) 1980, 1983, 1988, 1993
@@ -286,9 +286,6 @@
 #define        NI_NAMEREQD     0x00000004
 #define        NI_NUMERICSERV  0x00000008
 #define        NI_DGRAM        0x00000010
-#if defined(_NETBSD_SOURCE)
-#define        NI_WITHSCOPEID  0x00000020
-#endif
 #define        NI_NUMERICSCOPE 0x00000040
 
 /*



Home | Main Index | Thread Index | Old Index