summaryrefslogtreecommitdiffstats
path: root/dhcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'dhcp.h')
-rw-r--r--dhcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcp.h b/dhcp.h
index ea6a86e0..bbc83678 100644
--- a/dhcp.h
+++ b/dhcp.h
@@ -153,7 +153,7 @@ struct dhcp_message {
uint8_t bootfile[BOOTFILE_LEN]; /* boot file name */
uint32_t cookie;
uint8_t options[DHCP_OPTION_LEN]; /* message options - cookie */
-} _packed;
+} __packed;
struct dhcp_lease {
struct in_addr addr;