summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-09-07 10:34:09 +0000
committerEric Andersen <andersen@codepoet.org>2004-09-07 10:34:09 +0000
commit003f2d15c140b51f17f31f0277bc7ea85d805fc9 (patch)
tree582680352db538094ef6c44efc31de2172321f53 /libc
parent619c894d2bd61f8bde674247af9e0f8104b9cddb (diff)
Remove stale leftovers
Diffstat (limited to 'libc')
-rw-r--r--libc/inet/resolv.c9
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;