unifdef INET
authortedu <tedu@openbsd.org>
Mon, 22 Dec 2014 02:26:53 +0000 (02:26 +0000)
committertedu <tedu@openbsd.org>
Mon, 22 Dec 2014 02:26:53 +0000 (02:26 +0000)
29 files changed:
sys/arch/arm/arm/in_cksum_arm.S
sys/arch/armv7/imx/imxenet.c
sys/arch/armv7/omap/if_cpsw.c
sys/arch/armv7/sunxi/sxie.c
sys/arch/aviion/dev/if_le_syscon.c
sys/arch/aviion/dev/if_le_vme.c
sys/arch/i386/i386/genassym.cf
sys/arch/luna88k/dev/if_le.c
sys/arch/macppc/dev/if_bm.c
sys/arch/macppc/dev/if_mc.c
sys/arch/macppc/dev/if_wi_obio.c
sys/arch/octeon/dev/if_cnmac.c
sys/arch/sgi/dev/if_iec.c
sys/arch/sgi/dev/if_mec.c
sys/arch/sgi/hpc/if_sq.c
sys/arch/socppc/dev/if_tsec.c
sys/arch/sparc/dev/be.c
sys/arch/sparc/dev/hme.c
sys/arch/sparc/dev/if_ie.c
sys/arch/sparc/dev/if_le.c
sys/arch/sparc/dev/qe.c
sys/arch/sparc64/dev/vnet.c
sys/arch/vax/if/if_de.c
sys/arch/vax/if/if_le.c
sys/arch/vax/if/if_qe.c
sys/arch/vax/if/sgec.c
sys/arch/vax/mbus/if_le_fwio.c
sys/arch/vax/vax/machdep.c
sys/arch/vax/vsa/if_le_vsbus.c

index f706c3c..1894105 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: in_cksum_arm.S,v 1.3 2011/11/08 17:06:51 deraadt Exp $        */
+/*     $OpenBSD: in_cksum_arm.S,v 1.4 2014/12/22 02:26:53 tedu Exp $   */
 /*     $NetBSD: in_cksum_arm.S,v 1.3 2003/11/26 10:31:53 rearnsha Exp $ */
 
 /*
@@ -88,7 +88,6 @@ ENTRY(in_cksum)
        eor     r0, r0, r1
        ldmfd   sp!, {r4-r11,pc}
 
-#ifdef INET
 /*
  * int in4_cksum(struct mbuf *m, u_int8_t nxt, int off, int len)
  *
@@ -202,7 +201,6 @@ ENTRY(in4_cksum)
 .Lin4_cksum_whoops_str:
        .asciz  "in4_cksum: out of mbufs\n"
        .align  5
-#endif /* INET */
 
 /*
  * The main in*_cksum() workhorse...
index 784942c..a9e556d 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: imxenet.c,v 1.7 2014/08/21 14:24:08 mpi Exp $ */
+/* $OpenBSD: imxenet.c,v 1.8 2014/12/22 02:26:53 tedu Exp $ */
 /*
  * Copyright (c) 2012-2013 Patrick Wildt <patrick@blueri.se>
  *
@@ -607,10 +607,8 @@ imxenet_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
                ifp->if_flags |= IFF_UP;
                if (!(ifp->if_flags & IFF_RUNNING))
                        imxenet_init(sc);
-#ifdef INET
                if (ifa->ifa_addr->sa_family == AF_INET)
                        arp_ifinit(&sc->sc_ac, ifa);
-#endif
                break;
 
        case SIOCSIFFLAGS:
index 4f2992e..b720b75 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_cpsw.c,v 1.23 2014/08/18 17:56:45 miod Exp $ */
+/* $OpenBSD: if_cpsw.c,v 1.24 2014/12/22 02:26:53 tedu Exp $ */
 /*     $NetBSD: if_cpsw.c,v 1.3 2013/04/17 14:36:34 bouyer Exp $       */
 
 /*
@@ -575,10 +575,8 @@ cpsw_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
        switch (cmd) {
        case SIOCSIFADDR:
                ifp->if_flags |= IFF_UP;
-#ifdef INET
                if (ifa->ifa_addr->sa_family == AF_INET)
                        arp_ifinit(&sc->sc_ac, ifa);
-#endif
 
        case SIOCSIFFLAGS:
                if (ifp->if_flags & IFF_UP) {
index c028379..28faa41 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sxie.c,v 1.6 2014/08/21 14:24:08 mpi Exp $    */
+/*     $OpenBSD: sxie.c,v 1.7 2014/12/22 02:26:53 tedu Exp $   */
 /*
  * Copyright (c) 2012-2013 Patrick Wildt <patrick@blueri.se>
  * Copyright (c) 2013 Artturi Alm
@@ -641,10 +641,8 @@ sxie_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
                        ifp->if_flags |= IFF_UP;
                        sxie_init(sc);
                }
-#ifdef INET
                if (ifa->ifa_addr->sa_family == AF_INET)
                        arp_ifinit(&sc->sc_ac, ifa);
-#endif
                break;
        case SIOCSIFFLAGS:
                if (ifp->if_flags & IFF_UP) {
index a663602..86a22b6 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_le_syscon.c,v 1.16 2014/11/16 12:30:56 deraadt Exp $       */
+/*     $OpenBSD: if_le_syscon.c,v 1.17 2014/12/22 02:26:53 tedu Exp $  */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
 
 #include <net/if.h>
 
-#ifdef INET
 #include <netinet/in.h>
 #include <netinet/if_ether.h>
-#endif
 
 #include <net/if_media.h>
 
index 149a014..ff09225 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_le_vme.c,v 1.4 2013/09/24 20:14:34 miod Exp $      */
+/*     $OpenBSD: if_le_vme.c,v 1.5 2014/12/22 02:26:53 tedu Exp $      */
 
 /*-
  * Copyright (c) 1982, 1992, 1993
 
 #include <net/if.h>
 
-#ifdef INET
 #include <netinet/in.h>
 #include <netinet/if_ether.h>
-#endif
 
 #include <net/if_media.h>
 
index 81e0be6..a89b0c0 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: genassym.cf,v 1.35 2014/07/22 10:35:34 mpi Exp $
+#      $OpenBSD: genassym.cf,v 1.36 2014/12/22 02:26:53 tedu Exp $
 #
 # Copyright (c) 1982, 1990 The Regents of the University of California.
 # All rights reserved.
@@ -35,13 +35,11 @@ include <sys/proc.h>
 include <sys/resourcevar.h>
 include <sys/device.h>
 include <sys/user.h>
-ifdef INET
 include <sys/mbuf.h>
 include <sys/socketvar.h>
 include <netinet/in.h>
 include <netinet/ip.h>
 include <netinet/ip_var.h>
-endif
 
 include <uvm/uvm_extern.h>
 
@@ -130,12 +128,10 @@ member    SC              sf_sc
 struct sigcontext
 
 # mbuf fields
-ifdef INET
 struct mbuf
 member m_next
 member m_data
 member m_len
-endif
 
 # Linux frame offsets
 ifdef COMPAT_LINUX
index 74a2dd6..7b22b52 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_le.c,v 1.7 2014/09/27 06:23:30 aoyama Exp $        */
+/*     $OpenBSD: if_le.c,v 1.8 2014/12/22 02:26:53 tedu Exp $  */
 /*     $NetBSD: if_le.c,v 1.33 1996/11/20 18:56:52 gwr Exp $   */
 
 /*-
 
 #include <net/if.h>
 
-#ifdef INET
 #include <netinet/in.h>
 #include <netinet/if_ether.h>
-#endif
 
 #include <net/if_media.h>
 
index f64df84..2da23be 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_bm.c,v 1.28 2013/10/23 10:31:19 mpi Exp $  */
+/*     $OpenBSD: if_bm.c,v 1.29 2014/12/22 02:26:53 tedu Exp $ */
 /*     $NetBSD: if_bm.c,v 1.1 1999/01/01 01:27:52 tsubai Exp $ */
 
 /*-
@@ -757,12 +757,10 @@ bmac_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
                ifp->if_flags |= IFF_UP;
 
                switch (ifa->ifa_addr->sa_family) {
-#ifdef INET
                case AF_INET:
                        bmac_init(sc);
                        arp_ifinit(&sc->arpcom, ifa);
                        break;
-#endif
                default:
                        bmac_init(sc);
                        break;
index afdc9fa..55c6ec0 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_mc.c,v 1.17 2014/07/22 10:35:35 mpi Exp $  */
+/*     $OpenBSD: if_mc.c,v 1.18 2014/12/22 02:26:53 tedu Exp $ */
 /*     $NetBSD: if_mc.c,v 1.9.16.1 2006/06/21 14:53:13 yamt Exp $      */
 
 /*-
@@ -499,10 +499,8 @@ mc_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
                ifp->if_flags |= IFF_UP;
                if (!(ifp->if_flags & IFF_RUNNING))
                        mc_init(sc);
-#ifdef INET
                if (ifa->ifa_addr->sa_family == AF_INET)
                        arp_ifinit(&sc->sc_arpcom, ifa);
-#endif
                break;
 
        case SIOCSIFFLAGS:
index 73a7512..64be2e5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_wi_obio.c,v 1.17 2011/07/03 15:47:16 matthew Exp $ */
+/*     $OpenBSD: if_wi_obio.c,v 1.18 2014/12/22 02:26:53 tedu Exp $    */
 
 /*
  * Copyright (c) 1997, 1998, 1999
 #include <net/if_dl.h>
 #include <net/if_media.h>
 
-#ifdef INET
 #include <netinet/in.h>
 #include <netinet/if_ether.h>
-#endif
 
 #include <net80211/ieee80211.h>
 #include <net80211/ieee80211_ioctl.h>
index 85f6770..d0d9d58 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_cnmac.c,v 1.20 2014/12/19 22:44:58 guenther Exp $  */
+/*     $OpenBSD: if_cnmac.c,v 1.21 2014/12/22 02:26:53 tedu Exp $      */
 
 /*
  * Copyright (c) 2007 Internet Initiative Japan, Inc.
@@ -758,10 +758,8 @@ octeon_eth_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
                ifp->if_flags |= IFF_UP;
                if (!(ifp->if_flags & IFF_RUNNING))
                        octeon_eth_init(ifp);
-#ifdef INET
                if (ifa->ifa_addr->sa_family == AF_INET)
                        arp_ifinit(&sc->sc_arpcom, ifa);
-#endif
                break;
 
        case SIOCSIFFLAGS:
index 5f91758..74d099e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_iec.c,v 1.11 2014/07/22 10:35:35 mpi Exp $ */
+/*     $OpenBSD: if_iec.c,v 1.12 2014/12/22 02:26:53 tedu Exp $        */
 
 /*
  * Copyright (c) 2009 Miodrag Vallat.
@@ -1026,10 +1026,8 @@ iec_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
                ifp->if_flags |= IFF_UP;
                if (!(ifp->if_flags & IFF_RUNNING))
                        iec_init(ifp);
-#ifdef INET
                if (ifa->ifa_addr->sa_family == AF_INET)
                        arp_ifinit(&sc->sc_ac, ifa);
-#endif
                break;
 
        case SIOCSIFFLAGS:
index b030a0c..a0246a2 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_mec.c,v 1.27 2014/07/22 10:35:35 mpi Exp $ */
+/*     $OpenBSD: if_mec.c,v 1.28 2014/12/22 02:26:53 tedu Exp $ */
 /*     $NetBSD: if_mec_mace.c,v 1.5 2004/08/01 06:36:36 tsutsui Exp $ */
 
 /*
@@ -1036,10 +1036,8 @@ mec_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
                ifp->if_flags |= IFF_UP;
                if (!(ifp->if_flags & IFF_RUNNING))
                        mec_init(ifp);
-#ifdef INET
                if (ifa->ifa_addr->sa_family == AF_INET)
                        arp_ifinit(&sc->sc_ac, ifa);
-#endif
                break;
 
        case SIOCSIFFLAGS:
index d1cc550..ef10bf2 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_sq.c,v 1.11 2014/08/27 02:10:24 brad Exp $ */
+/*     $OpenBSD: if_sq.c,v 1.12 2014/12/22 02:26:53 tedu Exp $ */
 /*     $NetBSD: if_sq.c,v 1.42 2011/07/01 18:53:47 dyoung Exp $        */
 
 /*
@@ -610,10 +610,8 @@ sq_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
                ifp->if_flags |= IFF_UP;
                if (!(ifp->if_flags & IFF_RUNNING))
                        sq_init(ifp);
-#ifdef INET
                if (ifa->ifa_addr->sa_family == AF_INET)
                        arp_ifinit(&sc->sc_ac, ifa);
-#endif
                break;
 
        case SIOCSIFMEDIA:
index 1e06d91..5cc4c22 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_tsec.c,v 1.33 2014/11/30 01:24:15 brad Exp $       */
+/*     $OpenBSD: if_tsec.c,v 1.34 2014/12/22 02:26:53 tedu Exp $       */
 
 /*
  * Copyright (c) 2008 Mark Kettenis
 #include <net/bpf.h>
 #endif
 
-#ifdef INET
 #include <netinet/in.h>
 #include <netinet/if_ether.h>
-#endif
 
 extern void myetheraddr(u_char *);
 
@@ -565,10 +563,8 @@ tsec_ioctl(struct ifnet *ifp, u_long cmd, caddr_t addr)
        switch (cmd) {
        case SIOCSIFADDR:
                ifp->if_flags |= IFF_UP;
-#ifdef INET
                if (ifa->ifa_addr->sa_family == AF_INET)
                        arp_ifinit(&sc->sc_ac, ifa);
-#endif
                /* FALLTHROUGH */
        case SIOCSIFFLAGS:
                if (ifp->if_flags & IFF_UP) {
index 08ced64..d694d1d 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: be.c,v 1.47 2014/07/22 10:35:35 mpi Exp $     */
+/*     $OpenBSD: be.c,v 1.48 2014/12/22 02:26:54 tedu Exp $    */
 
 /*
  * Copyright (c) 1998 Theo de Raadt and Jason L. Wright.
@@ -571,12 +571,10 @@ beioctl(ifp, cmd, data)
        case SIOCSIFADDR:
                ifp->if_flags |= IFF_UP;
                switch (ifa->ifa_addr->sa_family) {
-#ifdef INET
                case AF_INET:
                        beinit(sc);
                        arp_ifinit(&sc->sc_arpcom, ifa);
                        break;
-#endif /* INET */
                default:
                        beinit(sc);
                        break;
index 8341189..c54cc48 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: hme.c,v 1.66 2014/07/22 10:35:35 mpi Exp $    */
+/*     $OpenBSD: hme.c,v 1.67 2014/12/22 02:26:54 tedu Exp $   */
 
 /*
  * Copyright (c) 1998 Jason L. Wright (jason@thought.net)
@@ -406,10 +406,8 @@ hmeioctl(ifp, cmd, data)
                ifp->if_flags |= IFF_UP;
                if (!(ifp->if_flags & IFF_RUNNING))
                        hmeinit(sc);
-#ifdef INET
                if (ifa->ifa_addr->sa_family == AF_INET)
                        arp_ifinit(&sc->sc_arpcom, ifa);
-#endif
                break;
 
        case SIOCSIFFLAGS:
index 1dc5dad..27dce8a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_ie.c,v 1.48 2014/11/16 12:30:58 deraadt Exp $      */
+/*     $OpenBSD: if_ie.c,v 1.49 2014/12/22 02:26:54 tedu Exp $ */
 /*     $NetBSD: if_ie.c,v 1.33 1997/07/29 17:55:38 fair Exp $  */
 
 /*-
@@ -1949,12 +1949,10 @@ ieioctl(ifp, cmd, data)
                ifp->if_flags |= IFF_UP;
 
                switch(ifa->ifa_addr->sa_family) {
-#ifdef INET
                case AF_INET:
                        ieinit(sc);
                        arp_ifinit(&sc->sc_arpcom, ifa);
                        break;
-#endif
                default:
                        ieinit(sc);
                        break;
index a310c3c..feaab59 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_le.c,v 1.35 2014/07/28 18:31:39 miod Exp $ */
+/*     $OpenBSD: if_le.c,v 1.36 2014/12/22 02:26:54 tedu Exp $ */
 /*     $NetBSD: if_le.c,v 1.50 1997/09/09 20:54:48 pk Exp $    */
 
 /*-
 #include <net/if.h>
 #include <net/if_media.h>
 
-#ifdef INET
 #include <netinet/in.h>
 #include <netinet/if_ether.h>
-#endif
 
 #include <machine/autoconf.h>
 #include <machine/cpu.h>
index 06c36cf..f80de76 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: qe.c,v 1.36 2014/07/22 10:35:35 mpi Exp $     */
+/*     $OpenBSD: qe.c,v 1.37 2014/12/22 02:26:54 tedu Exp $    */
 
 /*
  * Copyright (c) 1998, 2000 Jason L. Wright.
@@ -591,12 +591,10 @@ qeioctl(ifp, cmd, data)
        case SIOCSIFADDR:
                ifp->if_flags |= IFF_UP;
                switch (ifa->ifa_addr->sa_family) {
-#ifdef INET
                case AF_INET:
                        qeinit(sc);
                        arp_ifinit(&sc->sc_arpcom, ifa);
                        break;
-#endif /* INET */
                default:
                        qeinit(sc);
                        break;
index f2d1bd1..d95c401 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: vnet.c,v 1.35 2014/09/15 08:16:21 kettenis Exp $      */
+/*     $OpenBSD: vnet.c,v 1.36 2014/12/22 02:26:54 tedu Exp $  */
 /*
  * Copyright (c) 2009 Mark Kettenis
  *
@@ -1223,10 +1223,8 @@ vnet_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
        switch (cmd) {
        case SIOCSIFADDR:
                ifp->if_flags |= IFF_UP;
-#ifdef INET
                if (ifa->ifa_addr->sa_family == AF_INET)
                        arp_ifinit(&sc->sc_ac, ifa);
-#endif
                /* FALLTHROUGH */
        case SIOCSIFFLAGS:
                if (ifp->if_flags & IFF_UP) {
index 0fb8fd4..a4a69a9 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_de.c,v 1.25 2014/08/21 14:24:08 mpi Exp $  */
+/*     $OpenBSD: if_de.c,v 1.26 2014/12/22 02:26:54 tedu Exp $ */
 /*     $NetBSD: if_de.c,v 1.27 1997/04/19 15:02:29 ragge Exp $ */
 
 /*
 #include <net/if.h>
 #include <net/if_dl.h>
 
-#ifdef INET
 #include <netinet/in.h>
 #include <netinet/ip.h>
 #include <netinet/if_ether.h>
-#endif
 
 #include <machine/cpu.h>
 #include <machine/mtpr.h>
@@ -579,11 +577,9 @@ deioctl(ifp, cmd, data)
                deinit(ds);
 
                switch (ifa->ifa_addr->sa_family) {
-#ifdef INET
                case AF_INET:
                        arp_ifinit(&ds->ds_ac, ifa);
                        break;
-#endif
                }
                break;
 
index 6d639c4..3d992fe 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_le.c,v 1.18 2013/09/24 20:10:51 miod Exp $ */
+/*     $OpenBSD: if_le.c,v 1.19 2014/12/22 02:26:54 tedu Exp $ */
 /*     $NetBSD: if_le.c,v 1.14 1999/08/14 18:40:23 ragge Exp $ */
 
 /*-
@@ -78,9 +78,7 @@
 #include <net/if.h>
 #include <net/if_media.h>
 
-#ifdef INET
 #include <netinet/in.h>
-#endif
 #include <netinet/if_ether.h>
 
 #include <machine/cpu.h>
index 3af9c49..ebc8acd 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_qe.c,v 1.28 2014/08/06 15:40:40 jsg Exp $  */
+/*     $OpenBSD: if_qe.c,v 1.29 2014/12/22 02:26:54 tedu Exp $ */
 /*      $NetBSD: if_qe.c,v 1.51 2002/06/08 12:28:37 ragge Exp $ */
 /*
  * Copyright (c) 1999 Ludd, University of Lule}, Sweden. All rights reserved.
@@ -639,12 +639,10 @@ qeioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
        case SIOCSIFADDR:
                ifp->if_flags |= IFF_UP;
                switch(ifa->ifa_addr->sa_family) {
-#ifdef INET
                case AF_INET:
                        qeinit(sc);
                        arp_ifinit(&sc->sc_ac, ifa);
                        break;
-#endif
                }
                break;
 
index e8ae91d..116e41f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sgec.c,v 1.24 2014/08/14 17:49:50 miod Exp $  */
+/*     $OpenBSD: sgec.c,v 1.25 2014/12/22 02:26:54 tedu Exp $  */
 /*      $NetBSD: sgec.c,v 1.5 2000/06/04 02:14:14 matt Exp $ */
 /*
  * Copyright (c) 1999 Ludd, University of Lule}, Sweden. All rights reserved.
@@ -631,12 +631,10 @@ zeioctl(ifp, cmd, data)
        case SIOCSIFADDR:
                ifp->if_flags |= IFF_UP;
                switch(ifa->ifa_addr->sa_family) {
-#ifdef INET
                case AF_INET:
                        zeinit(sc);
                        arp_ifinit(&sc->sc_ac, ifa);
                        break;
-#endif
                }
                break;
 
index 36c9975..9b44644 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_le_fwio.c,v 1.3 2013/09/24 20:10:52 miod Exp $     */
+/*     $OpenBSD: if_le_fwio.c,v 1.4 2014/12/22 02:26:54 tedu Exp $     */
 
 /*
  * Copyright (c) 2008 Miodrag Vallat.
@@ -93,9 +93,7 @@
 #include <net/if.h>
 #include <net/if_media.h>
 
-#ifdef INET
 #include <netinet/in.h>
-#endif
 #include <netinet/if_ether.h>
 
 #include <vax/mbus/mbusreg.h>
index 649b6e7..2c6ad2e 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.146 2014/12/10 15:29:53 mikeb Exp $ */
+/* $OpenBSD: machdep.c,v 1.147 2014/12/22 02:26:54 tedu Exp $ */
 /* $NetBSD: machdep.c,v 1.108 2000/09/13 15:00:23 thorpej Exp $         */
 
 /*
 #include <net/if.h>
 #include <uvm/uvm.h>
 
-#ifdef INET
 #include <netinet/in.h>
 #include <netinet/ip_var.h>
-#endif
 #include "ppp.h"       /* For NPPP */
 #include "bridge.h"    /* For NBRIDGE */
 #if NPPP > 0
index fd4692d..59198c3 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_le_vsbus.c,v 1.14 2013/09/24 20:10:53 miod Exp $   */
+/*     $OpenBSD: if_le_vsbus.c,v 1.15 2014/12/22 02:26:54 tedu Exp $   */
 /*     $NetBSD: if_le_vsbus.c,v 1.10 2000/06/29 07:14:18 mrg Exp $     */
 
 /*-
@@ -77,9 +77,7 @@
 #include <net/if.h>
 #include <net/if_media.h>
 
-#ifdef INET
 #include <netinet/in.h>
-#endif
 #include <netinet/if_ether.h>
 
 #include <machine/cpu.h>