From: Guus Sliepen Date: Mon, 18 Mar 2002 14:39:37 +0000 (+0000) Subject: Fix #define s6_addr32. X-Git-Tag: release-1.0pre6~36 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=106fc2b769a635142bf5f9233a2f03e3a0f26b7f;ds=inline Fix #define s6_addr32. --- diff --git a/src/netutl.c b/src/netutl.c index d3964089..3b5d5b05 100644 --- a/src/netutl.c +++ b/src/netutl.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: netutl.c,v 1.12.4.31 2002/03/18 14:19:02 guus Exp $ + $Id: netutl.c,v 1.12.4.32 2002/03/18 14:39:37 guus Exp $ */ #include "config.h" @@ -44,7 +44,7 @@ #include "system.h" #ifndef s6_addr32 -#define s6_addr32 in6_u.u6_addr32 +#define s6_addr32 __u6_addr.__u6_addr32 #endif int hostnames = 0;