diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-03-28 13:25:01 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-03-28 13:25:01 +0000 |
| commit | 3c1300a6b3cd47aa77511fcd7fa2eba7ea0c8315 (patch) | |
| tree | 70e12bba187bd4e3481715840dd7e3f89c394dd6 /sys/dev | |
| parent | 8c375f5868b775d9853f48a07dade43079877e59 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ed/if_ed.c | 12 | ||||
| -rw-r--r-- | sys/dev/ep/if_ep.c | 7 | ||||
| -rw-r--r-- | sys/dev/ex/if_ex.c | 4 | ||||
| -rw-r--r-- | sys/dev/fe/if_fe.c | 4 | ||||
| -rw-r--r-- | sys/dev/ie/if_ie.c | 4 | ||||
| -rw-r--r-- | sys/dev/lnc/if_lnc.c | 2 | ||||
| -rw-r--r-- | sys/dev/si/si.c | 3 |
7 files changed, 6 insertions, 30 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c index 14d3e28ed6ea..53b1e20235b3 100644 --- a/sys/dev/ed/if_ed.c +++ b/sys/dev/ed/if_ed.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ed.c,v 1.135 1998/02/27 06:39:30 msmith Exp $ + * $Id: if_ed.c,v 1.136 1998/02/27 14:29:51 hosokawa Exp $ */ /* @@ -39,7 +39,6 @@ #include "ed.h" #include "bpfilter.h" -#include "opt_inet.h" #include "pnp.h" #ifndef EXTRA_ED @@ -67,15 +66,6 @@ #include <net/if_dl.h> #include <net/if_mib.h> -#ifdef INET -#include <netinet/in.h> -#endif - -#ifdef NS -#include <netns/ns.h> -#include <netns/ns_if.h> -#endif - #if NBPFILTER > 0 #include <net/bpf.h> #endif diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c index 269844902285..6e96c8f6a0d5 100644 --- a/sys/dev/ep/if_ep.c +++ b/sys/dev/ep/if_ep.c @@ -38,7 +38,7 @@ */ /* - * $Id: if_ep.c,v 1.72 1998/02/06 12:13:16 eivind Exp $ + * $Id: if_ep.c,v 1.73 1998/02/27 05:38:30 msmith Exp $ * * Promiscuous mode added and interrupt logic slightly changed * to reduce the number of adapter failures. Transceiver select @@ -79,11 +79,6 @@ #include <net/if.h> -#if defined(__FreeBSD__) -#include <net/ethernet.h> -#include <net/if_arp.h> -#endif - #ifdef INET #include <netinet/in.h> #include <netinet/if_ether.h> diff --git a/sys/dev/ex/if_ex.c b/sys/dev/ex/if_ex.c index 566d884a99e6..1f58a06edac3 100644 --- a/sys/dev/ex/if_ex.c +++ b/sys/dev/ex/if_ex.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ex.c,v 1.9 1997/12/15 20:30:45 eivind Exp $ + * $Id: if_ex.c,v 1.10 1998/01/08 23:40:52 eivind Exp $ */ /* @@ -48,9 +48,7 @@ #include <sys/mbuf.h> #include <sys/socket.h> -#include <net/ethernet.h> #include <net/if.h> -#include <net/if_arp.h> #ifdef INET #include <netinet/in.h> diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c index 462d1a5432a4..81a4b72696a4 100644 --- a/sys/dev/fe/if_fe.c +++ b/sys/dev/fe/if_fe.c @@ -21,7 +21,7 @@ */ /* - * $Id: if_fe.c,v 1.38 1998/02/27 05:38:31 msmith Exp $ + * $Id: if_fe.c,v 1.39 1998/02/27 06:39:31 msmith Exp $ * * Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards. * To be used with FreeBSD 2.x @@ -86,9 +86,7 @@ #include <sys/socket.h> #include <sys/syslog.h> -#include <net/ethernet.h> #include <net/if.h> -#include <net/if_arp.h> #include <net/if_dl.h> #ifdef INET diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c index 1eeb5330beec..755656c45d48 100644 --- a/sys/dev/ie/if_ie.c +++ b/sys/dev/ie/if_ie.c @@ -47,7 +47,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ie.c,v 1.49 1998/01/08 23:40:56 eivind Exp $ + * $Id: if_ie.c,v 1.50 1998/02/09 06:08:29 eivind Exp $ */ /* @@ -121,9 +121,7 @@ iomem and and with 0xffff. #include <sys/sockio.h> #include <sys/syslog.h> -#include <net/ethernet.h> #include <net/if.h> -#include <net/if_arp.h> #include <net/if_types.h> #include <net/if_dl.h> diff --git a/sys/dev/lnc/if_lnc.c b/sys/dev/lnc/if_lnc.c index d6f90607acf9..677aa34686c0 100644 --- a/sys/dev/lnc/if_lnc.c +++ b/sys/dev/lnc/if_lnc.c @@ -80,9 +80,7 @@ #include <sys/socket.h> #include <sys/syslog.h> -#include <net/ethernet.h> #include <net/if.h> -#include <net/if_arp.h> #include <net/if_types.h> #ifdef INET #include <netinet/in.h> diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c index 66cd72d5874d..52838cfbfe26 100644 --- a/sys/dev/si/si.c +++ b/sys/dev/si/si.c @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $Id: si.c,v 1.68 1998/03/21 05:17:29 peter Exp $ + * $Id: si.c,v 1.69 1998/03/23 16:27:37 peter Exp $ */ #ifndef lint @@ -76,7 +76,6 @@ static const char si_copyright1[] = "@(#) Copyright (C) Specialix International #include "pci.h" #if NPCI > 0 #include <pci/pcivar.h> -#include <pci/pcireg.h> #endif #include "eisa.h" |
