diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2005-12-13 10:28:25 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2005-12-13 10:28:25 +0000 |
commit | ec351c32e33517e103315927f694d43478c41f67 (patch) | |
tree | 85f92f6533fba231462474da0b8262d95209d8ac | |
parent | 4a9d6d1fe98439df3f3b80b800d36b8b9cefafcf (diff) | |
download | busybox-w32-ec351c32e33517e103315927f694d43478c41f67.tar.gz busybox-w32-ec351c32e33517e103315927f694d43478c41f67.tar.bz2 busybox-w32-ec351c32e33517e103315927f694d43478c41f67.zip |
- do away with superfluous keyword.
-rw-r--r-- | networking/zcip.c | 2 |
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 @@ | |||
65 | #include <linux/sockios.h> | 65 | #include <linux/sockios.h> |
66 | 66 | ||
67 | 67 | ||
68 | static struct arp_packet { | 68 | struct arp_packet { |
69 | struct ether_header hdr; | 69 | struct ether_header hdr; |
70 | // FIXME this part is netinet/if_ether.h "struct ether_arp" | 70 | // FIXME this part is netinet/if_ether.h "struct ether_arp" |
71 | struct arphdr arp; | 71 | struct arphdr arp; |