2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

update copyright notice / whitespace

This commit is contained in:
Tinderbox User 2016-03-07 23:45:22 +00:00
parent d6357f09aa
commit 0a3a65e3cc

View File

@ -2638,13 +2638,13 @@ dns_name_isdnssd(const dns_name_t *name) {
} }
#define NS_NAME_INIT(A,B) \ #define NS_NAME_INIT(A,B) \
{ \ { \
DNS_NAME_MAGIC, \ DNS_NAME_MAGIC, \
A, sizeof(A), sizeof(B), \ A, sizeof(A), sizeof(B), \
DNS_NAMEATTR_READONLY | DNS_NAMEATTR_ABSOLUTE, \ DNS_NAMEATTR_READONLY | DNS_NAMEATTR_ABSOLUTE, \
B, NULL, { (void *)-1, (void *)-1}, \ B, NULL, { (void *)-1, (void *)-1}, \
{NULL, NULL} \ {NULL, NULL} \
} }
static unsigned char inaddr10_offsets[] = { 0, 3, 11, 16 }; static unsigned char inaddr10_offsets[] = { 0, 3, 11, 16 };
static unsigned char inaddr172_offsets[] = { 0, 3, 7, 15, 20 }; static unsigned char inaddr172_offsets[] = { 0, 3, 7, 15, 20 };