diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-12-13 10:28:25 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-12-13 10:28:25 +0000 |
commit | b5ef110a518d4d4175a7f460ee0a9f95668e58b3 (patch) | |
tree | 85f92f6533fba231462474da0b8262d95209d8ac | |
parent | 2222d8c2df24de613324ab9ac9098fbca206e26b (diff) | |
download | busybox-w32-b5ef110a518d4d4175a7f460ee0a9f95668e58b3.tar.gz busybox-w32-b5ef110a518d4d4175a7f460ee0a9f95668e58b3.tar.bz2 busybox-w32-b5ef110a518d4d4175a7f460ee0a9f95668e58b3.zip |
- do away with superfluous keyword.
git-svn-id: svn://busybox.net/trunk/busybox@12865 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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; |