summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_el.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_el.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_el.c')
-rw-r--r--sys/i386/isa/if_el.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/i386/isa/if_el.c b/sys/i386/isa/if_el.c
index c67aaee..ad993b4 100644
--- a/sys/i386/isa/if_el.c
+++ b/sys/i386/isa/if_el.c
@@ -6,7 +6,7 @@
*
* Questions, comments, bug reports and fixes to kimmel@cs.umass.edu.
*
- * $Id: if_el.c,v 1.41 1999/07/06 19:22:45 des Exp $
+ * $Id: if_el.c,v 1.42 1999/08/18 06:11:58 mdodd Exp $
*/
/* Except of course for the portions of code lifted from other FreeBSD
* drivers (mainly elread, elget and el_ioctl)
@@ -31,8 +31,12 @@
#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
@@ -636,8 +640,6 @@ el_ioctl(ifp, command, data)
u_long command;
caddr_t data;
{
- struct el_softc *sc = ifp->if_softc;
- struct ifreq *ifr = (struct ifreq *)data;
int s, error = 0;
s = splimp();
OpenPOWER on IntegriCloud