diff options
author | Roland McGrath <roland@gnu.org> | 2004-05-26 19:21:53 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-05-26 19:21:53 +0000 |
commit | dfdef02ff24528c23267e38e42977baec75d9362 (patch) | |
tree | e06216f5853c1ccff124cdf6421b12c2deb56062 | |
parent | 328b540006b0b575582343c4a9e6f71a0bc95937 (diff) | |
download | glibc-dfdef02ff24528c23267e38e42977baec75d9362.tar.gz glibc-dfdef02ff24528c23267e38e42977baec75d9362.tar.xz glibc-dfdef02ff24528c23267e38e42977baec75d9362.zip |
* sysdeps/generic/bits/in.h
(IMPLINK_IP, IMPLINK_LOWEXPER, IMPLINK_HIGHEXPER): Macros removed. These are long obsolete in BSD systems where they originated. * conform/data/netinet/in.h-data: Remove `allow IMPLINK_*'
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0766d4edd3..ef195a8b29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-05-26 Roland McGrath <roland@frob.com> + + * sysdeps/generic/bits/in.h + (IMPLINK_IP, IMPLINK_LOWEXPER, IMPLINK_HIGHEXPER): Macros removed. + These are long obsolete in BSD systems where they originated. + * conform/data/netinet/in.h-data: Remove `allow IMPLINK_*' + 2004-05-26 Jakub Jelinek <jakub@redhat.com> * include/string.h (mempcpy, stpcpy): Add libc_hidden_builtin_proto. |