aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/zcip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/zcip.c b/networking/zcip.c
index 07bb7fb79..ad1131f3b 100644
--- a/networking/zcip.c
+++ b/networking/zcip.c
@@ -65,7 +65,7 @@
65#include <linux/sockios.h> 65#include <linux/sockios.h>
66 66
67 67
68static struct arp_packet { 68struct arp_packet {
69 struct ether_header hdr; 69 struct ether_header hdr;
70 // FIXME this part is netinet/if_ether.h "struct ether_arp" 70 // FIXME this part is netinet/if_ether.h "struct ether_arp"
71 struct arphdr arp; 71 struct arphdr arp;