]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
fix header
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 16 Mar 2010 15:19:06 +0000 (15:19 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 16 Mar 2010 15:19:06 +0000 (15:19 +0000)
git-svn-id: file:///svn/unbound/trunk@2042 be551aaa-1e26-0410-a405-d3ace91eadb9

util/netevent.h

index 68f8428b5b383e2f687d280a50c8e95b3ade53aa..25ef6d15057d0490870a6324799f2335a310945a 100644 (file)
@@ -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 */