diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-03-13 19:11:55 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-03-13 19:11:55 +0000 |
commit | bd6533e3279d1b84f138d8702641634d1d884e24 (patch) | |
tree | 3bc25c28048c0c8dfee83ade2daa33b1ee86f647 /include/netdb.h | |
parent | 6f186362d0923eb9f92a696a1132378f6854f243 (diff) |
BIND 4.9.5 includes.
Diffstat (limited to 'include/netdb.h')
-rw-r--r-- | include/netdb.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/netdb.h b/include/netdb.h index fb4536a3304..b1d03fff547 100644 --- a/include/netdb.h +++ b/include/netdb.h @@ -1,3 +1,5 @@ +/* $OpenBSD: netdb.h,v 1.3 1997/03/13 19:11:49 downsj Exp $ */ + /* * ++Copyright++ 1980, 1983, 1988, 1993 * - @@ -55,7 +57,7 @@ /* * @(#)netdb.h 8.1 (Berkeley) 6/2/93 - * $Id: netdb.h,v 8.6 1995/12/03 08:31:12 vixie Exp + * $From: netdb.h,v 8.7 1996/05/09 05:59:09 vixie Exp $ */ #ifndef _NETDB_H_ @@ -135,7 +137,7 @@ struct hostent *gethostbyaddr __P((const char *, int, int)); 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 *getnetbyaddr __P((unsigned long, int)); struct netent *getnetbyname __P((const char *)); struct netent *getnetent __P((void)); struct protoent *getprotobyname __P((const char *)); |