- 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:
Wouter Wijngaards 2014-05-30 07:20:11 +00:00
parent 0121c7ad9f
commit c3153f964e
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
30 May 2014: Wouter
- Fixup sldns_enum_edns_option typedef definition.
28 May 2014: Wouter 28 May 2014: Wouter
- Code cleanup patch from Dag-Erling Smorgrav, with compiler issue - Code cleanup patch from Dag-Erling Smorgrav, with compiler issue
fixes from FreeBSD's copy of Unbound, he notes: fixes from FreeBSD's copy of Unbound, he notes:

View file

@ -419,7 +419,7 @@ enum sldns_enum_edns_option
LDNS_EDNS_N3U = 7, /* RFC6975 */ LDNS_EDNS_N3U = 7, /* RFC6975 */
LDNS_EDNS_CLIENT_SUBNET = 8 /* draft-vandergaast-edns-client-subnet */ 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 #define LDNS_EDNS_MASK_DO_BIT 0x8000