summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nsd/radtree.h
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2018-02-03 11:03:51 +0000
committerflorian <florian@openbsd.org>2018-02-03 11:03:51 +0000
commitee5153b76e0db0e530220bd4ec0e249a51365081 (patch)
tree9818d26c31823089de84837285cf0bc59c6eb180 /usr.sbin/nsd/radtree.h
parentIn ether_input() use goto dropanyway instead of repeating m_freem() (diff)
downloadwireguard-openbsd-ee5153b76e0db0e530220bd4ec0e249a51365081.tar.xz
wireguard-openbsd-ee5153b76e0db0e530220bd4ec0e249a51365081.zip
Update nsd to 4.1.19.
OK sthen@, "so far so good" millert@ Obligatory commit from 33,000 ft.
Diffstat (limited to 'usr.sbin/nsd/radtree.h')
-rw-r--r--usr.sbin/nsd/radtree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/nsd/radtree.h b/usr.sbin/nsd/radtree.h
index fdc58e7a903..c5d830a138b 100644
--- a/usr.sbin/nsd/radtree.h
+++ b/usr.sbin/nsd/radtree.h
@@ -49,7 +49,7 @@ struct radnode {
uint16_t capacity;
/** the lookup array by [byte-offset] */
struct radsel* array;
-};
+} ATTR_PACKED;
/**
* radix select edge in array
@@ -61,7 +61,7 @@ struct radsel {
radstrlen_type len;
/** node that deals with byte+str */
struct radnode* node;
-};
+} ATTR_PACKED;
/**
* Create new radix tree