From: Ulrich Drepper Date: Fri, 6 Aug 1999 20:12:31 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/pre-glibc-2_1_3~519 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ab1c0338141dae86d5490ce448446ab7534ee8f;p=platform%2Fupstream%2Fglibc.git Update. * inet/Makefile (tests): Add tst-ipnode. --- diff --git a/ChangeLog b/ChangeLog index 13e99c90..d49c23c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 1999-08-06 Ulrich Drepper + * inet/Makefile (tests): Add tst-ipnode. * inet/tst-ipnode.c: New file. 1999-08-06 Andreas Schwab diff --git a/inet/Makefile b/inet/Makefile index 14bc027..aabe332 100644 --- a/inet/Makefile +++ b/inet/Makefile @@ -47,7 +47,7 @@ routines := htonl htons \ getaliasent_r getaliasent getaliasname getaliasname_r \ in6_addr getnameinfo if_index getipnodebyad freehostent -tests := htontest test_ifindex tst-ntoa tst-ether_aton +tests := htontest test_ifindex tst-ntoa tst-ether_aton tst-ipnode # No warnings about losing BSD code. CFLAGS-rcmd.c = -w