Kill the remaining <netinet/in_systm.h> inclusion!
authormpi <mpi@openbsd.org>
Thu, 21 Aug 2014 14:24:08 +0000 (14:24 +0000)
committermpi <mpi@openbsd.org>
Thu, 21 Aug 2014 14:24:08 +0000 (14:24 +0000)
30 files changed:
sys/arch/alpha/alpha/in_cksum.c
sys/arch/alpha/stand/netboot/if_prom.c
sys/arch/amd64/stand/libsa/pxe.c
sys/arch/amd64/stand/libsa/pxe_net.c
sys/arch/arm/arm/genassym.cf
sys/arch/armv7/imx/imxenet.c
sys/arch/armv7/sunxi/sxie.c
sys/arch/aviion/stand/boot/conf.c
sys/arch/aviion/stand/boot/dev_net.c
sys/arch/aviion/stand/boot/if_le.c
sys/arch/i386/stand/libsa/pxe.c
sys/arch/i386/stand/libsa/pxe_net.c
sys/arch/landisk/stand/boot/getsecs.c
sys/arch/luna88k/stand/boot/conf.c
sys/arch/luna88k/stand/boot/if_le.c
sys/arch/m88k/m88k/in_cksum.c
sys/arch/macppc/stand/net.c
sys/arch/macppc/stand/netif_of.c
sys/arch/sparc/stand/common/net.c
sys/arch/sparc/stand/common/netif_sun.c
sys/arch/sparc64/sparc64/in4_cksum.c
sys/arch/sparc64/stand/ofwboot/net.c
sys/arch/sparc64/stand/ofwboot/netif_of.c
sys/arch/vax/if/if_de.c
sys/arch/vax/stand/boot/if_de.c
sys/arch/vax/stand/boot/if_le.c
sys/arch/vax/stand/boot/if_qe.c
sys/arch/vax/stand/boot/if_ze.c
sys/arch/vax/stand/boot/netio.c
sys/arch/vax/vax/in4_cksum.c

index c29fd6f..d5e9578 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: in_cksum.c,v 1.8 2008/02/16 23:01:16 miod Exp $       */
+/*     $OpenBSD: in_cksum.c,v 1.9 2014/08/21 14:24:08 mpi Exp $        */
 /*     $NetBSD: in_cksum.c,v 1.4 1996/11/13 21:13:06 cgd Exp $ */
 
 /*
@@ -39,7 +39,6 @@
 #include <sys/systm.h>
 #include <sys/socketvar.h>
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
 #include <netinet/ip.h>
 #include <netinet/ip_var.h>
 
index 93eb7b7..0226997 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_prom.c,v 1.5 2010/12/06 18:44:49 jasper Exp $      */
+/*     $OpenBSD: if_prom.c,v 1.6 2014/08/21 14:24:08 mpi Exp $ */
 /*     $NetBSD: if_prom.c,v 1.9 1997/04/06 08:41:26 cgd Exp $  */
 
 /*
@@ -36,7 +36,6 @@
 #include <sys/types.h>
 
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
 
 #include <include/rpb.h>
 #include <include/prom.h>
index a71e37f..6502b84 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pxe.c,v 1.5 2007/07/27 17:48:01 tom Exp $ */
+/*     $OpenBSD: pxe.c,v 1.6 2014/08/21 14:24:08 mpi Exp $ */
 /*     $NetBSD: pxe.c,v 1.5 2003/03/11 18:29:00 drochner Exp $ */
 
 /*
 
 #include <netinet/in.h>
 #include <netinet/if_ether.h>
-#include <netinet/in_systm.h>
 #include <netinet/ip.h>
-#include <netinet/ip_var.h>
 #include <netinet/udp.h>
-#include <netinet/udp_var.h>
 
 #include <lib/libsa/stand.h>
 #include <lib/libsa/net.h>
index 1a398d6..31b7a62 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pxe_net.c,v 1.3 2011/03/13 00:13:52 deraadt Exp $     */
+/*     $OpenBSD: pxe_net.c,v 1.4 2014/08/21 14:24:08 mpi Exp $ */
 /*     $NetBSD: dev_net.c,v 1.4 2003/03/12 13:15:08 drochner Exp $     */
 
 /*-
@@ -47,7 +47,6 @@
 #include <sys/socket.h>
 #include <net/if.h>
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
 
 #include <lib/libkern/libkern.h>
 
index a9c30a9..d3d551a 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: genassym.cf,v 1.13 2013/09/12 11:43:51 patrick Exp $
+#      $OpenBSD: genassym.cf,v 1.14 2014/08/21 14:24:08 mpi Exp $
 #      $NetBSD: genassym.cf,v 1.27 2003/11/04 10:33:16 dsl Exp$
 
 # Copyright (c) 1982, 1990 The Regents of the University of California.
@@ -42,10 +42,7 @@ include <sys/signal.h>
 include <sys/mbuf.h>
 include <sys/socketvar.h>
 include <netinet/in.h>
-include <netinet/in_systm.h>
 include <netinet/ip.h>
-include <netinet/ip6.h>
-include <netinet/ip_var.h>
 
 include <machine/cpu.h>
 include <uvm/uvm_extern.h>
index fbf3f2b..784942c 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: imxenet.c,v 1.6 2014/07/12 20:07:34 brad Exp $ */
+/* $OpenBSD: imxenet.c,v 1.7 2014/08/21 14:24:08 mpi Exp $ */
 /*
  * Copyright (c) 2012-2013 Patrick Wildt <patrick@blueri.se>
  *
 #include <net/bpf.h>
 #endif
 
-#ifdef INET
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
-#include <netinet/ip.h>
 #include <netinet/if_ether.h>
-#endif
 
 #include <dev/mii/mii.h>
 #include <dev/mii/miivar.h>
index ac714ec..c028379 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sxie.c,v 1.5 2013/11/06 19:03:07 syl Exp $    */
+/*     $OpenBSD: sxie.c,v 1.6 2014/08/21 14:24:08 mpi Exp $    */
 /*
  * Copyright (c) 2012-2013 Patrick Wildt <patrick@blueri.se>
  * Copyright (c) 2013 Artturi Alm
 #include <net/bpf.h>
 #endif
 
-#ifdef INET
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
-#include <netinet/ip.h>
 #include <netinet/if_ether.h>
-#endif
 
 #include <dev/mii/mii.h>
 #include <dev/mii/miivar.h>
index 6e3852c..83dd548 100644 (file)
@@ -1,8 +1,7 @@
-/*     $OpenBSD: conf.c,v 1.2 2013/10/17 16:30:07 miod Exp $ */
+/*     $OpenBSD: conf.c,v 1.3 2014/08/21 14:24:08 mpi Exp $ */
 
 #include <sys/types.h>
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
 
 #include <stand.h>
 #include <ufs.h>
index 49091af..ae8324a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: dev_net.c,v 1.1 2013/10/17 16:30:07 miod Exp $ */
+/*     $OpenBSD: dev_net.c,v 1.2 2014/08/21 14:24:08 mpi Exp $ */
 
 /*
  * Copyright (c) 1995 Gordon W. Ross
@@ -53,7 +53,6 @@
 #include <net/if.h>
 #include <netinet/in.h>
 #include <netinet/if_ether.h>
-#include <netinet/in_systm.h>
 
 #include <machine/prom.h>
 
index 94baea3..60495de 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_le.c,v 1.2 2013/10/17 16:44:23 miod Exp $ */
+/*     $OpenBSD: if_le.c,v 1.3 2014/08/21 14:24:08 mpi Exp $ */
 
 /*
  * Copyright (c) 1995 Theo de Raadt
@@ -58,7 +58,6 @@
 #include <sys/types.h>
 
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
 
 #include <machine/prom.h>
 
index 5c5fc8f..6502b84 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pxe.c,v 1.5 2007/07/27 17:46:56 tom Exp $ */
+/*     $OpenBSD: pxe.c,v 1.6 2014/08/21 14:24:08 mpi Exp $ */
 /*     $NetBSD: pxe.c,v 1.5 2003/03/11 18:29:00 drochner Exp $ */
 
 /*
 
 #include <netinet/in.h>
 #include <netinet/if_ether.h>
-#include <netinet/in_systm.h>
 #include <netinet/ip.h>
-#include <netinet/ip_var.h>
 #include <netinet/udp.h>
-#include <netinet/udp_var.h>
 
 #include <lib/libsa/stand.h>
 #include <lib/libsa/net.h>
index 331efeb..f5c8807 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pxe_net.c,v 1.4 2011/03/13 00:13:53 deraadt Exp $     */
+/*     $OpenBSD: pxe_net.c,v 1.5 2014/08/21 14:24:08 mpi Exp $ */
 /*     $NetBSD: dev_net.c,v 1.4 2003/03/12 13:15:08 drochner Exp $     */
 
 /*-
@@ -47,7 +47,6 @@
 #include <sys/socket.h>
 #include <net/if.h>
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
 
 #include <lib/libkern/libkern.h>
 
index 27661b1..0e236d6 100644 (file)
@@ -3,7 +3,6 @@
 #include <sys/param.h>
 
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
 
 #include <lib/libsa/stand.h>
 #include <lib/libsa/net.h>
index aaa41d3..1991bcb 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: conf.c,v 1.2 2013/10/29 22:13:28 miod Exp $   */
+/*     $OpenBSD: conf.c,v 1.3 2014/08/21 14:24:08 mpi Exp $    */
 /*     $NetBSD: conf.c,v 1.3 2013/01/16 15:46:20 tsutsui Exp $ */
 
 /*
@@ -39,7 +39,6 @@
 
 #include <net/if.h>
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
 
 #include <luna88k/stand/boot/samachdep.h>
 #include <lib/libsa/nfs.h>
index 33f0268..33334c6 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_le.c,v 1.3 2013/10/29 21:49:07 miod Exp $  */
+/*     $OpenBSD: if_le.c,v 1.4 2014/08/21 14:24:08 mpi Exp $   */
 /* $NetBSD: if_le.c,v 1.3 2013/01/22 15:48:40 tsutsui Exp $ */
 
 /*
@@ -62,7 +62,6 @@
 #include <sys/param.h>
 
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
 
 #include <luna88k/stand/boot/samachdep.h>
 #include <machine/board.h>
index b5f3e65..b6d4789 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: in_cksum.c,v 1.3 2008/02/16 23:02:39 miod Exp $       */
+/*     $OpenBSD: in_cksum.c,v 1.4 2014/08/21 14:24:08 mpi Exp $        */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -36,7 +36,6 @@
 #include <sys/mbuf.h>
 #include <sys/socketvar.h>
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
 #include <netinet/ip.h>
 #include <netinet/ip_var.h>
 
index 4a876de..7528794 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: net.c,v 1.4 2003/10/16 04:30:09 drahn Exp $   */
+/*     $OpenBSD: net.c,v 1.5 2014/08/21 14:24:08 mpi Exp $     */
 /*     $NetBSD: net.c,v 1.1 1997/04/16 20:29:18 thorpej Exp $  */
 
 /*
@@ -56,7 +56,6 @@
 #include <net/if.h>
 #include <netinet/in.h>
 #include <netinet/if_ether.h>
-#include <netinet/in_systm.h>
 
 #include <lib/libsa/stand.h>
 #include <lib/libsa/net.h>
index 7f66c81..b6f9bbb 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: netif_of.c,v 1.5 2008/05/25 16:55:31 miod Exp $       */
+/*     $OpenBSD: netif_of.c,v 1.6 2014/08/21 14:24:08 mpi Exp $        */
 /*     $NetBSD: netif_of.c,v 1.1 1997/04/16 20:29:19 thorpej Exp $     */
 
 /*
@@ -52,7 +52,6 @@
 
 #include <netinet/in.h>
 #include <netinet/if_ether.h>
-#include <netinet/in_systm.h>
 
 #include <lib/libsa/stand.h>
 #include <lib/libsa/net.h>
index 8d59aac..6914258 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: net.c,v 1.3 2011/04/14 18:27:49 miod Exp $    */
+/*     $OpenBSD: net.c,v 1.4 2014/08/21 14:24:08 mpi Exp $     */
 /*     $NetBSD: net.c,v 1.2 1997/07/22 17:41:07 drochner Exp $ */
 
 /*
@@ -53,7 +53,6 @@
 #include <sys/socket.h>
 #include <net/if.h>
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
 
 #include <lib/libsa/stand.h>
 #include <lib/libsa/nfs.h>
index 64a76a5..af98959 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: netif_sun.c,v 1.3 2012/05/20 14:57:07 deraadt Exp $   */
+/*     $OpenBSD: netif_sun.c,v 1.4 2014/08/21 14:24:08 mpi Exp $       */
 /*     $NetBSD: netif_sun.c,v 1.2 1995/09/18 21:31:48 pk Exp $ */
 
 /*
@@ -45,7 +45,6 @@
 
 #include <netinet/in.h>
 #include <netinet/if_ether.h>
-#include <netinet/in_systm.h>
 
 #include <lib/libsa/stand.h>
 #include <lib/libsa/net.h>
index e731c5f..0022709 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: in4_cksum.c,v 1.4 2014/03/29 18:09:30 guenther Exp $  */
+/*     $OpenBSD: in4_cksum.c,v 1.5 2014/08/21 14:24:08 mpi Exp $       */
 /*     $NetBSD: in4_cksum.c,v 1.5 2003/10/13 14:22:20 agc Exp $ */
 
 /*
@@ -82,9 +82,8 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/mbuf.h>
-#include <sys/socketvar.h>
+
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
 #include <netinet/ip.h>
 #include <netinet/ip_var.h>
 
index d40cdb5..052a879 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: net.c,v 1.5 2009/09/03 16:49:13 jsing Exp $   */
+/*     $OpenBSD: net.c,v 1.6 2014/08/21 14:24:08 mpi Exp $     */
 /*     $NetBSD: net.c,v 1.1 2000/08/20 14:58:38 mrg Exp $      */
 
 /*
@@ -56,7 +56,6 @@
 
 #include <net/if.h>
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
 
 #include <lib/libsa/stand.h>
 #include <lib/libsa/net.h>
index ba43731..ea1d63d 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: netif_of.c,v 1.6 2009/11/04 12:03:57 jsing Exp $      */
+/*     $OpenBSD: netif_of.c,v 1.7 2014/08/21 14:24:08 mpi Exp $        */
 /*     $NetBSD: netif_of.c,v 1.1 2000/08/20 14:58:39 mrg Exp $ */
 
 /*
@@ -46,7 +46,6 @@
 #include <net/if.h>
 
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
 #include <netinet/if_ether.h>
 
 #include <lib/libsa/stand.h>
index dfa9141..0fb8fd4 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_de.c,v 1.24 2014/02/13 09:20:07 mpi Exp $  */
+/*     $OpenBSD: if_de.c,v 1.25 2014/08/21 14:24:08 mpi Exp $  */
 /*     $NetBSD: if_de.c,v 1.27 1997/04/19 15:02:29 ragge Exp $ */
 
 /*
@@ -61,7 +61,6 @@
 
 #ifdef INET
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
 #include <netinet/ip.h>
 #include <netinet/if_ether.h>
 #endif
index 3dd71bb..c7c5a3b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_de.c,v 1.3 2011/07/06 18:32:59 miod Exp $ */
+/*     $OpenBSD: if_de.c,v 1.4 2014/08/21 14:24:08 mpi Exp $ */
 /*     $NetBSD: if_de.c,v 1.2 2002/05/24 21:41:40 ragge Exp $  */
 
 /*
@@ -41,7 +41,6 @@
 #include <net/if.h>
 
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
 #include <netinet/if_ether.h>
 
 #include <lib/libsa/netif.h>
index ade85d1..fb3651f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_le.c,v 1.8 2013/09/30 04:30:03 miod Exp $ */
+/*     $OpenBSD: if_le.c,v 1.9 2014/08/21 14:24:08 mpi Exp $ */
 /*     $NetBSD: if_le.c,v 1.6 2000/05/20 13:30:03 ragge Exp $ */
 /*
  * Copyright (c) 1997, 1999 Ludd, University of Lule}, Sweden.
@@ -43,7 +43,6 @@
 #include <net/if.h>
 
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
 #include <netinet/if_ether.h>
 
 #include <machine/sid.h>
index 36a6b30..c52e046 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_qe.c,v 1.3 2002/06/11 09:36:23 hugh Exp $ */
+/*     $OpenBSD: if_qe.c,v 1.4 2014/08/21 14:24:08 mpi Exp $ */
 /*     $NetBSD: if_qe.c,v 1.3 2000/05/20 13:30:03 ragge Exp $ */
 
 /*
@@ -36,7 +36,6 @@
 #include <sys/types.h>
 
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
 
 #include <lib/libsa/netif.h>
 #include <lib/libsa/stand.h>
index e0c6624..1e23e34 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_ze.c,v 1.5 2006/08/24 22:10:36 miod Exp $ */
+/*     $OpenBSD: if_ze.c,v 1.6 2014/08/21 14:24:08 mpi Exp $ */
 /*     $NetBSD: if_ze.c,v 1.12 2002/05/27 16:54:18 ragge Exp $ */
 /*
  * Copyright (c) 1998 James R. Maynard III.  All rights reserved.
@@ -39,7 +39,6 @@
 #include <net/if.h>
 
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
 #include <netinet/if_ether.h>
 
 #include <lib/libsa/netif.h>
index 90245c0..91c6745 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: netio.c,v 1.5 2008/06/26 05:42:13 ray Exp $   */
+/*     $OpenBSD: netio.c,v 1.6 2014/08/21 14:24:08 mpi Exp $   */
 /*     $NetBSD: netio.c,v 1.6 2000/05/26 20:16:46 ragge Exp $  */
 
 /*-
@@ -83,7 +83,6 @@
 #include <net/if.h>
 #include <netinet/in.h>
 #include <netinet/if_ether.h>
-#include <netinet/in_systm.h>
 
 #include "lib/libsa/stand.h"
 #include "lib/libsa/net.h"
index fc916f5..4997b04 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: in4_cksum.c,v 1.5 2014/03/29 18:09:30 guenther Exp $  */
+/*     $OpenBSD: in4_cksum.c,v 1.6 2014/08/21 14:24:08 mpi Exp $       */
 /*     $NetBSD: in4_cksum.c,v 1.8 2003/09/29 22:54:28 matt Exp $       */
 
 /*
@@ -66,7 +66,6 @@
 #include <sys/mbuf.h>
 #include <sys/socketvar.h>
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
 #include <netinet/ip.h>
 #include <netinet/ip_var.h>