]> git.decadent.org.uk Git - odhcp6c.git/commitdiff
Add padding between odhcp6c_entry structures to ensure 32-bit alignment
authorBen Hutchings <ben@decadent.org.uk>
Thu, 28 Jan 2016 04:33:48 +0000 (04:33 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 28 Jan 2016 15:46:56 +0000 (15:46 +0000)
struct odhcp6c_entry is not declared as __packed, so the compiler may
assume it is naturally aligned.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>

No differences found