From 557072655748be14a747242135f1b34eff9f735f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 9 May 1996 15:59:18 +0000 Subject: * resolv: Code updated from BIND-4.9.3P2C3. --- resolv/netdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resolv/netdb.h') diff --git a/resolv/netdb.h b/resolv/netdb.h index 822b621363..fd06e17bb4 100644 --- a/resolv/netdb.h +++ b/resolv/netdb.h @@ -135,7 +135,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 *)); -- cgit 1.4.1