diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-14 09:00:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-14 09:00:28 +0000 |
commit | 8ba1d42919f932a96d6db7889694d93dffd997c1 (patch) | |
tree | 6fb785a9e7795cc283652d55fc98455b2127d3c5 /ChangeLog | |
parent | a4596570324480a8af6a9a277dadb1c2ff7be3f9 (diff) | |
download | glibc-8ba1d42919f932a96d6db7889694d93dffd997c1.tar.gz glibc-8ba1d42919f932a96d6db7889694d93dffd997c1.tar.xz glibc-8ba1d42919f932a96d6db7889694d93dffd997c1.zip |
Update.
* sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Use __close, not close. * inet/inet6_option.c (inet6_option_alloc): Add libc_hidden_def. * include/netinet/in.h (inet6_option_alloc): Add libc_hidden_proto definition.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a69784a856..5978f22e10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2003-06-14 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Use __close, + not close. + + * inet/inet6_option.c (inet6_option_alloc): Add libc_hidden_def. + * include/netinet/in.h (inet6_option_alloc): Add libc_hidden_proto + definition. + * inet/netinet/ip6.h (IP6OPT_PAD1, IP6OPT_PADn): Define. * inet/netinet/in.h: Add prototypes for inet6_option_* functions. * inet/Makefile (routines): Add inet6_option. |