diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-06 23:23:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-06 23:23:02 +0000 |
commit | f79973fab37970cadd2994e497a475b1b27400a7 (patch) | |
tree | eaa8ec1530ca090a1fa661291996e326cea97b0d /ChangeLog | |
parent | 7aa6d2082273c05f52f18135f7ab66186f76dc44 (diff) | |
download | glibc-f79973fab37970cadd2994e497a475b1b27400a7.tar glibc-f79973fab37970cadd2994e497a475b1b27400a7.tar.gz glibc-f79973fab37970cadd2994e497a475b1b27400a7.tar.bz2 glibc-f79973fab37970cadd2994e497a475b1b27400a7.zip |
Update.
* inet/netinet/in.h (IN6ADDR_ANY_INIT): Add correct number of
braces to avoid warnings.
(IN6ADDR_LOOPBACK_INIT): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 1999-08-06 Ulrich Drepper <drepper@cygnus.com> + * inet/netinet/in.h (IN6ADDR_ANY_INIT): Add correct number of + braces to avoid warnings. + (IN6ADDR_LOOPBACK_INIT): Likewise. + * sysdeps/unix/sysv/linux/bits/socket.h: Fix typo (MSG_TRUNC -> MSG_DONTWAIT). |