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 /inet | |
parent | a4596570324480a8af6a9a277dadb1c2ff7be3f9 (diff) |
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 'inet')
-rw-r--r-- | inet/inet6_option.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inet/inet6_option.c b/inet/inet6_option.c index 9a1e8686b9..2e0fed8a30 100644 --- a/inet/inet6_option.c +++ b/inet/inet6_option.c @@ -214,6 +214,7 @@ inet6_option_alloc (cmsg, datalen, multx, plusy) return result; } +libc_hidden_def (inet6_option_alloc) /* RFC 2292, 6.3.5 |