diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-03-17 08:29:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-03-17 08:29:27 +0000 |
commit | 2bd7e9c3878b2a828999bd7c133419351d4007d7 (patch) | |
tree | d2411f5621e375754403e96ea26c694c8852e0d3 /inet/Makefile | |
parent | 276ae1f29c34cfbc579e7959e8f0bc65916672c0 (diff) | |
download | glibc-2bd7e9c3878b2a828999bd7c133419351d4007d7.tar.gz glibc-2bd7e9c3878b2a828999bd7c133419351d4007d7.tar.xz glibc-2bd7e9c3878b2a828999bd7c133419351d4007d7.zip |
Update.
2001-03-17 Ulrich Drepper <drepper@redhat.com> * inet/Makefile (tests): Remove left-over comment. * posix/unistd.h: Change type of second parameter back to size_t as per upcoming XPG6. * sysdeps/unix/sysv/aix/gethostname.c: Change type of second parameter back to size_t as per upcoming XPG6. * sysdeps/unix/sysv/sysv4/gethostname.c: Likewise. * sysdeps/unix/sysv/gethostname.c: Likewise. * sysdeps/mach/hurd/gethostname.c: Likewise. * sysdeps/generic/gethostname.c: Likewise.
Diffstat (limited to 'inet/Makefile')
-rw-r--r-- | inet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inet/Makefile b/inet/Makefile index 19009efc20..240004ac83 100644 --- a/inet/Makefile +++ b/inet/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991-1999, 2000 Free Software Foundation, Inc. +# Copyright (C) 1991-1999, 2000, 2001 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -48,7 +48,7 @@ routines := htonl htons \ in6_addr getnameinfo if_index tests := htontest test_ifindex tst-ntoa tst-ether_aton tst-network \ - tst-gethnm # tst-ipnode + tst-gethnm include ../Rules |