1.3.94 : if_arp.h

Thomas Quinot (thomas@cuivre.fdn.fr)
Tue, 23 Apr 1996 01:24:19 +0200 (MET DST)


It looks like if_arp.h lacks a #include (it uses MAX_ADDR_LEN from
netdevice.h).

--- linux-1.3/include/linux/if_arp.h.orig Tue Apr 2 16:55:35 1996
+++ linux-1.3/include/linux/if_arp.h Tue Apr 23 01:21:55 1996
@@ -22,6 +22,8 @@
#ifndef _LINUX_IF_ARP_H
#define _LINUX_IF_ARP_H

+#include <linux/netdevice.h>
+
/* ARP protocol HARDWARE identifiers. */
#define ARPHRD_NETROM 0 /* from KA9Q: NET/ROM pseudo */
#define ARPHRD_ETHER 1 /* Ethernet 10Mbps */

Hope this helps...

-- 
      Thomas.Quinot@Cuivre.FdN.FR       <URL:http://Web.FdN.FR/~tquinot/>