diff options
Diffstat (limited to 'networking/zcip.c')
-rw-r--r-- | networking/zcip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/zcip.c b/networking/zcip.c index fccb1a466..221edd322 100644 --- a/networking/zcip.c +++ b/networking/zcip.c | |||
@@ -39,7 +39,7 @@ | |||
39 | struct arp_packet { | 39 | struct arp_packet { |
40 | struct ether_header eth; | 40 | struct ether_header eth; |
41 | struct ether_arp arp; | 41 | struct ether_arp arp; |
42 | } ATTRIBUTE_PACKED; | 42 | } PACKED; |
43 | 43 | ||
44 | enum { | 44 | enum { |
45 | /* 169.254.0.0 */ | 45 | /* 169.254.0.0 */ |