Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-12-13 13:28:25 +0300
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-12-13 13:28:25 +0300
commitec351c32e33517e103315927f694d43478c41f67 (patch)
tree85f92f6533fba231462474da0b8262d95209d8ac /networking/zcip.c
parent4a9d6d1fe98439df3f3b80b800d36b8b9cefafcf (diff)
- do away with superfluous keyword.
Diffstat (limited to 'networking/zcip.c')
-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;