diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-12-26 05:46:33 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-12-26 05:46:33 +0000 |
commit | 41c24184314afe13866a67ef9d8bd3443e3bb699 (patch) | |
tree | ba8b4631da0379df74fb0c3ab9b080fb3a63180f /sys | |
parent | 6115a1956a6e9fe2a4c2baa474d04382e9701532 (diff) |
unifdef INET. missed a few headers in previous rounds
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/ar5xxx.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/if_bnxreg.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/if_em.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/if_ixgb.h | 4 |
4 files changed, 4 insertions, 12 deletions
diff --git a/sys/dev/ic/ar5xxx.h b/sys/dev/ic/ar5xxx.h index f602fcf9b26..fc9ae6e8a94 100644 --- a/sys/dev/ic/ar5xxx.h +++ b/sys/dev/ic/ar5xxx.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ar5xxx.h,v 1.52 2014/12/19 22:44:58 guenther Exp $ */ +/* $OpenBSD: ar5xxx.h,v 1.53 2014/12/26 05:46:32 tedu Exp $ */ /* * Copyright (c) 2004, 2005, 2006, 2007 Reyk Floeter <reyk@openbsd.org> @@ -49,10 +49,8 @@ #include <net/if_media.h> #include <net/if_arp.h> -#ifdef INET #include <netinet/in.h> #include <netinet/if_ether.h> -#endif #include <net80211/ieee80211_var.h> #include <net80211/ieee80211_radiotap.h> diff --git a/sys/dev/pci/if_bnxreg.h b/sys/dev/pci/if_bnxreg.h index 41260872181..427c503f51c 100644 --- a/sys/dev/pci/if_bnxreg.h +++ b/sys/dev/pci/if_bnxreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bnxreg.h,v 1.44 2014/07/22 13:12:11 mpi Exp $ */ +/* $OpenBSD: if_bnxreg.h,v 1.45 2014/12/26 05:46:32 tedu Exp $ */ /*- * Copyright (c) 2006 Broadcom Corporation @@ -55,10 +55,8 @@ #include <net/if_dl.h> #include <net/if_media.h> -#ifdef INET #include <netinet/in.h> #include <netinet/if_ether.h> -#endif #if NVLAN > 0 #include <net/if_types.h> diff --git a/sys/dev/pci/if_em.h b/sys/dev/pci/if_em.h index f85af705c35..65e5a6a6ea2 100644 --- a/sys/dev/pci/if_em.h +++ b/sys/dev/pci/if_em.h @@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ /* $FreeBSD: if_em.h,v 1.26 2004/09/01 23:22:41 pdeuskar Exp $ */ -/* $OpenBSD: if_em.h,v 1.53 2014/07/22 13:12:11 mpi Exp $ */ +/* $OpenBSD: if_em.h,v 1.54 2014/12/26 05:46:32 tedu Exp $ */ #ifndef _EM_H_DEFINED_ #define _EM_H_DEFINED_ @@ -54,13 +54,11 @@ POSSIBILITY OF SUCH DAMAGE. #include <net/if_dl.h> #include <net/if_media.h> -#ifdef INET #include <netinet/in.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #include <netinet/tcp.h> #include <netinet/udp.h> -#endif #if NVLAN > 0 #include <net/if_types.h> diff --git a/sys/dev/pci/if_ixgb.h b/sys/dev/pci/if_ixgb.h index f375b2dfd1f..19c6c47487e 100644 --- a/sys/dev/pci/if_ixgb.h +++ b/sys/dev/pci/if_ixgb.h @@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -/* $OpenBSD: if_ixgb.h,v 1.16 2014/07/22 13:12:11 mpi Exp $ */ +/* $OpenBSD: if_ixgb.h,v 1.17 2014/12/26 05:46:32 tedu Exp $ */ #ifndef _IXGB_H_DEFINED_ #define _IXGB_H_DEFINED_ @@ -53,13 +53,11 @@ POSSIBILITY OF SUCH DAMAGE. #include <net/if_dl.h> #include <net/if_media.h> -#ifdef INET #include <netinet/in.h> #include <netinet/ip.h> #include <netinet/if_ether.h> #include <netinet/tcp.h> #include <netinet/udp.h> -#endif #if NVLAN > 0 #include <net/if_types.h> |