From ec351c32e33517e103315927f694d43478c41f67 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 13 Dec 2005 10:28:25 +0000 Subject: [PATCH] - do away with superfluous keyword. --- networking/zcip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -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;