From: Ulrich Drepper Date: Tue, 21 Dec 1999 08:17:51 +0000 (+0000) Subject: Remove getnodebyname declaration. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=253136b3b3e785ef0b4627866ec2ed5ac9339140;p=thirdparty%2Fglibc.git Remove getnodebyname declaration. --- diff --git a/resolv/netdb.h b/resolv/netdb.h index 3afb0516d8c..2710800fca6 100644 --- a/resolv/netdb.h +++ b/resolv/netdb.h @@ -156,12 +156,6 @@ extern int gethostbyname2_r __P ((__const char *__restrict __name, int __af, #endif /* misc */ -/* Return entry from host data base for host with NAME. AF must be - set to the desired address type (either `AF_INET' or `AF_INET6'). - FLAGS is some combination of the following AI_* values. */ -extern struct hostent *getnodebyname __P ((__const char *__name, int __af, - int __flags)); - #define AI_V4MAPPED 1 /* IPv4-mapped addresses are acceptable. */ #define AI_ALL 2 /* Return both IPv4 and IPv6 addresses. */ #define AI_ADDRCONFIG 4 /* Use configuration of this host to choose