mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fixup sldns_enum_edns_option typedef definition.
git-svn-id: file:///svn/unbound/trunk@3141 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
0121c7ad9f
commit
c3153f964e
2 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
30 May 2014: Wouter
|
||||
- Fixup sldns_enum_edns_option typedef definition.
|
||||
|
||||
28 May 2014: Wouter
|
||||
- Code cleanup patch from Dag-Erling Smorgrav, with compiler issue
|
||||
fixes from FreeBSD's copy of Unbound, he notes:
|
||||
|
|
|
|||
|
|
@ -419,7 +419,7 @@ enum sldns_enum_edns_option
|
|||
LDNS_EDNS_N3U = 7, /* RFC6975 */
|
||||
LDNS_EDNS_CLIENT_SUBNET = 8 /* draft-vandergaast-edns-client-subnet */
|
||||
};
|
||||
typedef enum sldns_edns_option sldns_edns_option;
|
||||
typedef enum sldns_enum_edns_option sldns_edns_option;
|
||||
|
||||
#define LDNS_EDNS_MASK_DO_BIT 0x8000
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue