From b5ef110a518d4d4175a7f460ee0a9f95668e58b3 Mon Sep 17 00:00:00 2001 From: aldot Date: Tue, 13 Dec 2005 10:28:25 +0000 Subject: - do away with superfluous keyword. git-svn-id: svn://busybox.net/trunk/busybox@12865 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- 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; -- cgit v1.2.3-55-g6feb