[uClibc-cvs] CVS update of uClibc/libc/inet (resolv.c)

Erik Andersen andersen at codepoet.org
Tue Sep 7 10:34:10 UTC 2004


    Date: Tuesday, September 7, 2004 @ 04:34:10
  Author: andersen
    Path: /var/cvs/uClibc/libc/inet

Modified: resolv.c (1.56 -> 1.57)

Remove stale leftovers


Index: uClibc/libc/inet/resolv.c
diff -u uClibc/libc/inet/resolv.c:1.56 uClibc/libc/inet/resolv.c:1.57
--- uClibc/libc/inet/resolv.c:1.56	Sat Aug 14 21:59:36 2004
+++ uClibc/libc/inet/resolv.c	Tue Sep  7 04:34:09 2004
@@ -1042,15 +1042,6 @@
 }
 #endif
 
-#ifdef L_getnetbyname
-
-struct netent * getnetbyname(const char * name)
-{
-	return NULL;
-}
-#endif
-
-
 #ifdef L_res_init
 struct __res_state _res;
 



More information about the uClibc-cvs mailing list