diff options
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 }; |