=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/netdb.h,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/include/netdb.h 1999/06/23 21:55:29 1.6 --- src/include/netdb.h 1999/07/03 18:14:51 1.7 *************** *** 1,4 **** ! /* $OpenBSD: netdb.h,v 1.6 1999/06/23 21:55:29 cmetz Exp $ */ /* * ++Copyright++ 1980, 1983, 1988, 1993 --- 1,4 ---- ! /* $OpenBSD: netdb.h,v 1.7 1999/07/03 18:14:51 deraadt Exp $ */ /* * ++Copyright++ 1980, 1983, 1988, 1993 *************** *** 149,155 **** #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_MAXHOST MAXHOSTNAMELEN /* max host name length returned by getnameinfo */ #define NI_MAXSERV 32 /* max serv. name length returned by getnameinfo */ #define EAI_BADFLAGS -1 /* invalid value for ai_flags */ --- 149,155 ---- #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_MAXHOST MAXHOSTNAMELEN /* max host name returned by getnameinfo */ #define NI_MAXSERV 32 /* max serv. name length returned by getnameinfo */ #define EAI_BADFLAGS -1 /* invalid value for ai_flags */ *************** *** 208,213 **** --- 208,214 ---- char *host, size_t hostlen, char *serv, size_t servlen, int flags)); char *gai_strerror __P((int ecode)); + int net_addrcmp __P((struct sockaddr *, struct sockaddr *)); __END_DECLS /* This is nec'y to make this include file properly replace the sun version. */