=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/netdb.h,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/include/netdb.h 1996/02/19 19:53:13 1.2 --- src/include/netdb.h 1997/03/13 19:11:49 1.3 *************** *** 1,3 **** --- 1,5 ---- + /* $OpenBSD: netdb.h,v 1.3 1997/03/13 19:11:49 downsj Exp $ */ + /* * ++Copyright++ 1980, 1983, 1988, 1993 * - *************** *** 55,61 **** /* * @(#)netdb.h 8.1 (Berkeley) 6/2/93 ! * $Id: netdb.h,v 8.6 1995/12/03 08:31:12 vixie Exp */ #ifndef _NETDB_H_ --- 57,63 ---- /* * @(#)netdb.h 8.1 (Berkeley) 6/2/93 ! * $From: netdb.h,v 8.7 1996/05/09 05:59:09 vixie Exp $ */ #ifndef _NETDB_H_ *************** *** 135,141 **** struct hostent *gethostbyname __P((const char *)); struct hostent *gethostbyname2 __P((const char *, int)); struct hostent *gethostent __P((void)); ! struct netent *getnetbyaddr __P((long, int)); /* u_long? */ struct netent *getnetbyname __P((const char *)); struct netent *getnetent __P((void)); struct protoent *getprotobyname __P((const char *)); --- 137,143 ---- struct hostent *gethostbyname __P((const char *)); struct hostent *gethostbyname2 __P((const char *, int)); struct hostent *gethostent __P((void)); ! struct netent *getnetbyaddr __P((unsigned long, int)); struct netent *getnetbyname __P((const char *)); struct netent *getnetent __P((void)); struct protoent *getprotobyname __P((const char *));