From fef7f6317a0e5be5e70de2fbb9b817cbf1e22487 Mon Sep 17 00:00:00 2001 From: tedu Date: Fri, 26 Dec 2014 05:46:32 +0000 Subject: [PATCH] unifdef INET. missed a few headers in previous rounds --- sys/dev/ic/ar5xxx.h | 4 +--- sys/dev/pci/if_bnxreg.h | 4 +--- sys/dev/pci/if_em.h | 4 +--- 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 @@ -49,10 +49,8 @@ #include #include -#ifdef INET #include #include -#endif #include #include 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 #include -#ifdef INET #include #include -#endif #if NVLAN > 0 #include 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 #include -#ifdef INET #include #include #include #include #include -#endif #if NVLAN > 0 #include 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 #include -#ifdef INET #include #include #include #include #include -#endif #if NVLAN > 0 #include -- 2.20.1