diff options
Diffstat (limited to 'dhcp.h')
| -rw-r--r-- | dhcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
