From 46859c40d868ff4d5430656eb29130d72c604514 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 13 Jul 2012 17:36:45 +0000 Subject: [PATCH] -__u32 is likely not understood if we do not have in6_ifreq already; try using uint32_t instead --- src/exit/gnunet-helper-exit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exit/gnunet-helper-exit.c b/src/exit/gnunet-helper-exit.c index 573bb7a50..d469c1949 100644 --- a/src/exit/gnunet-helper-exit.c +++ b/src/exit/gnunet-helper-exit.c @@ -83,7 +83,7 @@ static const char *sbin_iptables; struct in6_ifreq { struct in6_addr ifr6_addr; - __u32 ifr6_prefixlen; + uint32_t ifr6_prefixlen; /* __u32 in the original */ int ifr6_ifindex; }; #endif -- 2.25.1