From f380aa60faa41872b78155f899518b25933d18b9 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 20 Apr 2000 23:05:41 +0000 Subject: IPv6 compiles with glibc 2.1. --- sysdep/linux/sysio.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sysdep/linux/sysio.h') diff --git a/sysdep/linux/sysio.h b/sysdep/linux/sysio.h index 58fb977..0e8ee3d 100644 --- a/sysdep/linux/sysio.h +++ b/sysdep/linux/sysio.h @@ -1,14 +1,16 @@ /* * BIRD Internet Routing Daemon -- Linux Multicasting and Network Includes * - * (c) 1998--1999 Martin Mares + * (c) 1998--2000 Martin Mares * * Can be freely distributed and used under the terms of the GNU GPL. */ #ifdef IPV6 -#include /* FIXMEv6: glibc variant? */ +#ifdef CONFIG_IPV6_GLIBC_20 +#include +#endif static inline void set_inaddr(struct in6_addr *ia, ip_addr a) -- cgit v1.2.3