]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 1 Aug 2000 05:02:54 +0000 (05:02 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 1 Aug 2000 05:02:54 +0000 (05:02 +0000)
* inet/Makefile (tests): Remove tst-ipnode.

ChangeLog
inet/Makefile

index 99fd0cee69004acb2c28cbfec5ee2470f6fd09c4..8585053b095117207b0b62f985c0c7581987862d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2000-07-31  Ulrich Drepper  <drepper@redhat.com>
 
+       * inet/Makefile (tests): Remove tst-ipnode.
        * include/netdb.h: Add stuff removed from resolv/netdb.h here for
        now.
 
index a78a8865f2e0c6d80e24f490310e5f1c4aacdb4b..93f90985e987974f43edfee5bb623d965389d320 100644 (file)
@@ -48,7 +48,7 @@ routines := htonl htons               \
            in6_addr getnameinfo if_index getipnodebyad freehostent \
            getipnodebynm
 
-tests := htontest test_ifindex tst-ntoa tst-ether_aton tst-ipnode tst-network
+tests := htontest test_ifindex tst-ntoa tst-ether_aton tst-network # tst-ipnode
 
 include ../Rules