- do away with superfluous keyword.

This commit is contained in:
Bernhard Reutner-Fischer 2005-12-13 10:28:25 +00:00
parent 4a9d6d1fe9
commit ec351c32e3

View 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;