From a4596570324480a8af6a9a277dadb1c2ff7be3f9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 14 Jun 2003 08:39:08 +0000 Subject: Update. 2003-06-14 Ulrich Drepper * 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. * inet/inet6_option.c: New file. * inet/Versions [GLIBC_2.3.3] (libc): Add inet6_option_space, inet6_option_init, inet6_option_append, inet6_option_alloc, inet6_option_next, and inet6_option_find. * inet/netinet/ip6.h (struct ip6_ext): Define. --- inet/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inet/Makefile') diff --git a/inet/Makefile b/inet/Makefile index 96313f40c2..6a0c0c5d17 100644 --- a/inet/Makefile +++ b/inet/Makefile @@ -45,7 +45,7 @@ routines := htonl htons \ rcmd rexec ruserpass \ getnetgrent_r getnetgrent \ getaliasent_r getaliasent getaliasname getaliasname_r \ - in6_addr getnameinfo if_index ifaddrs + in6_addr getnameinfo if_index ifaddrs inet6_option aux := check_pf ifreq -- cgit 1.4.1