From: Wouter Wijngaards Date: Tue, 16 Mar 2010 15:19:06 +0000 (+0000) Subject: fix header X-Git-Tag: release-1.4.4rc1~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62228ae4504f5ce2e3f750596021ff8e67c7eacf;p=thirdparty%2Funbound.git fix header git-svn-id: file:///svn/unbound/trunk@2042 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/util/netevent.h b/util/netevent.h index 68f8428b5..25ef6d150 100644 --- a/util/netevent.h +++ b/util/netevent.h @@ -108,10 +108,10 @@ struct comm_reply { #ifdef IPV6_PKTINFO struct in6_pktinfo v6info; #endif -#ifdef IP_RECVDSTADDR - struct in_addr v4addr; -#elif defined(IP_PKTINFO) +#ifdef IP_PKTINFO struct in_pktinfo v4info; +#elif defined(IP_RECVDSTADDR) + struct in_addr v4addr; #endif } /** variable with return source data */