diff options
Diffstat (limited to 'libc/inet')
-rw-r--r-- | libc/inet/resolv.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libc/inet/resolv.c b/libc/inet/resolv.c index 10ae457a2..bc1899cad 100644 --- a/libc/inet/resolv.c +++ b/libc/inet/resolv.c @@ -1042,15 +1042,6 @@ struct hostent *gethostbyname2(const char *name, int family) } #endif -#ifdef L_getnetbyname - -struct netent * getnetbyname(const char * name) -{ - return NULL; -} -#endif - - #ifdef L_res_init struct __res_state _res; |