summaryrefslogtreecommitdiff
path: root/sys/dev/eisa
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2013-08-07 01:06:44 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2013-08-07 01:06:44 +0000
commit0218a1a17ef339c99f12fa9f4e8ff673dce0a2f1 (patch)
treed134999149e26f73ce4c9969d544e68bdca8f84f /sys/dev/eisa
parent63da54dd0f48b32cdce901a5fed8d4f464e65cae (diff)
Most network drivers include netinet/in_var.h, but apparently they
don't have to. Just remove these include lines. Compiled on amd64 i386 sparc64; OK henning@ mikeb@
Diffstat (limited to 'sys/dev/eisa')
-rw-r--r--sys/dev/eisa/if_ep_eisa.c3
-rw-r--r--sys/dev/eisa/if_fea.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/eisa/if_ep_eisa.c b/sys/dev/eisa/if_ep_eisa.c
index 8c7daef1316..a863d976232 100644
--- a/sys/dev/eisa/if_ep_eisa.c
+++ b/sys/dev/eisa/if_ep_eisa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ep_eisa.c,v 1.22 2006/06/17 17:58:39 brad Exp $ */
+/* $OpenBSD: if_ep_eisa.c,v 1.23 2013/08/07 01:06:27 bluhm Exp $ */
/* $NetBSD: if_ep_eisa.c,v 1.13 1997/04/18 00:50:33 cgd Exp $ */
/*
@@ -54,7 +54,6 @@
#ifdef INET
#include <netinet/in.h>
#include <netinet/in_systm.h>
-#include <netinet/in_var.h>
#include <netinet/ip.h>
#include <netinet/if_ether.h>
#endif
diff --git a/sys/dev/eisa/if_fea.c b/sys/dev/eisa/if_fea.c
index 812ac701f40..380d1ff00c9 100644
--- a/sys/dev/eisa/if_fea.c
+++ b/sys/dev/eisa/if_fea.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_fea.c,v 1.20 2010/09/20 07:40:42 deraadt Exp $ */
+/* $OpenBSD: if_fea.c,v 1.21 2013/08/07 01:06:27 bluhm Exp $ */
/* $NetBSD: if_fea.c,v 1.9 1996/10/21 22:31:05 thorpej Exp $ */
/*-
@@ -57,7 +57,6 @@
#ifdef INET
#include <netinet/in.h>
#include <netinet/in_systm.h>
-#include <netinet/in_var.h>
#include <netinet/ip.h>
#include <netinet/if_ether.h>
#endif