- do away with superfluous keyword.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 13 Dec 2005 10:28:25 +0000 (10:28 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 13 Dec 2005 10:28:25 +0000 (10:28 -0000)
networking/zcip.c

index 07bb7fb79186fda404e8635d3cd4a7cd5773324e..ad1131f3b8a3a13db63bf65699367088e7520d7b 100644 (file)
@@ -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;