=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/netdb.h,v retrieving revision 1.21 retrieving revision 1.22 diff -c -r1.21 -r1.22 *** src/include/netdb.h 2004/10/25 03:09:01 1.21 --- src/include/netdb.h 2004/11/17 03:57:53 1.22 *************** *** 1,4 **** ! /* $OpenBSD: netdb.h,v 1.21 2004/10/25 03:09:01 millert Exp $ */ /* * ++Copyright++ 1980, 1983, 1988, 1993 --- 1,4 ---- ! /* $OpenBSD: netdb.h,v 1.22 2004/11/17 03:57:53 itojun Exp $ */ /* * ++Copyright++ 1980, 1983, 1988, 1993 *************** *** 167,173 **** #define NI_NOFQDN 4 /* return a short name if in the local domain */ #define NI_NAMEREQD 8 /* fail if either host or service name is unknown */ #define NI_DGRAM 16 /* look up datagram service instead of stream */ - #define NI_WITHSCOPEID 32 /* KAME hack: attach scopeid to host portion */ #define NI_MAXHOST MAXHOSTNAMELEN /* max host name returned by getnameinfo */ #define NI_MAXSERV 32 /* max serv. name length returned by getnameinfo */ --- 167,172 ----