From: Ben Hutchings Date: Thu, 28 Jan 2016 04:33:48 +0000 (+0000) Subject: Add padding between odhcp6c_entry structures to ensure 32-bit alignment X-Git-Tag: debian/1.1+git20160131-1~5^2~3 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=odhcp6c.git;a=commitdiff_plain;h=8a8005f7ca8973702b36e711993bfff89ca9600c;hp=8a8005f7ca8973702b36e711993bfff89ca9600c Add padding between odhcp6c_entry structures to ensure 32-bit alignment struct odhcp6c_entry is not declared as __packed, so the compiler may assume it is naturally aligned. Signed-off-by: Ben Hutchings ---