aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
Diffstat (limited to 'networking')
-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 @@
#include <linux/sockios.h>
-static struct arp_packet {
+struct arp_packet {
struct ether_header hdr;
// FIXME this part is netinet/if_ether.h "struct ether_arp"
struct arphdr arp;