summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_ze.c
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>1999-08-18 22:14:24 +0000
committermdodd <mdodd@FreeBSD.org>1999-08-18 22:14:24 +0000
commit6fda6cde766cd7b3dfdc5ef969bdc0a4ddedb9a6 (patch)
treeba7e857301e62aea36e800d632e2f5a36e1b8182 /sys/i386/isa/if_ze.c
parenta84a396b6b149988f12b678460517eae6b76638a (diff)
downloadFreeBSD-src-6fda6cde766cd7b3dfdc5ef969bdc0a4ddedb9a6.zip
FreeBSD-src-6fda6cde766cd7b3dfdc5ef969bdc0a4ddedb9a6.tar.gz
Make these actually compile. I got a little delete happy pruning includes
and used 'command' instead of 'cmd' in a few cases. Also clear up some unused variables. Pointed out by: phk
Diffstat (limited to 'sys/i386/isa/if_ze.c')
-rw-r--r--sys/i386/isa/if_ze.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/i386/isa/if_ze.c b/sys/i386/isa/if_ze.c
index 8a6a0c9..7f59869 100644
--- a/sys/i386/isa/if_ze.c
+++ b/sys/i386/isa/if_ze.c
@@ -47,7 +47,7 @@
*/
/*
- * $Id: if_ze.c,v 1.59 1999/07/06 19:22:55 des Exp $
+ * $Id: if_ze.c,v 1.60 1999/08/18 06:12:00 mdodd Exp $
*/
/* XXX don't mix different PCCARD support code. */
@@ -75,8 +75,12 @@ static char const zedummy[] = "code to use the includes of card.h and pcic.h";
#include <sys/socket.h>
#include <sys/syslog.h>
+#include <net/ethernet.h>
#include <net/if.h>
+#include <netinet/in.h>
+#include <netinet/if_ether.h>
+
#if NBPF > 0
#include <net/bpf.h>
#endif
OpenPOWER on IntegriCloud