mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-09 22:03:15 -05:00
fix header
git-svn-id: file:///svn/unbound/trunk@2042 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
5dd34e6145
commit
62228ae450
1 changed files with 3 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue