diff options
author | Marius Halden <marius.h@lden.org> | 2016-01-12 02:38:25 +0100 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2016-01-12 02:38:25 +0100 |
commit | 6321f828d53e99141642b7d6353c79f1ca762523 (patch) | |
tree | ca74f04d95533461730c2ae278a217573a8a56ea /data_structures | |
parent | 9cd7dde45b54f7e09db40197e700e58797101f64 (diff) | |
download | spamd-patches-6321f828d53e99141642b7d6353c79f1ca762523.tar.gz spamd-patches-6321f828d53e99141642b7d6353c79f1ca762523.tar.bz2 spamd-patches-6321f828d53e99141642b7d6353c79f1ca762523.tar.xz |
Diffstat (limited to 'data_structures')
-rw-r--r-- | data_structures | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/data_structures b/data_structures index ea1f74b..369e582 100644 --- a/data_structures +++ b/data_structures @@ -2,10 +2,8 @@ struct sda6 { union { struct in6_addr addr; - u_int8_t addr8[16]; // To be removed (I hope) u_int32_t addr32[4]; } _sda6; -#define addr8 _sda6.addr8 #define addr32 _sda6.addr32 }; |