diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-07-22 11:06:11 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-07-22 11:06:11 +0000 |
commit | 463cdf6bf369160c154699de2413b4bc0bc6cd6f (patch) | |
tree | 320c3e9401f237a0fc46f97d6bdc3c0208b7edfb /sys/netinet6 | |
parent | 78614bd3e23a8c55cdf421a86afdf6cd3b32c4dc (diff) |
Fewer <netinet/in_systm.h> !
Diffstat (limited to 'sys/netinet6')
-rw-r--r-- | sys/netinet6/frag6.c | 3 | ||||
-rw-r--r-- | sys/netinet6/icmp6.c | 3 | ||||
-rw-r--r-- | sys/netinet6/in6_gif.c | 3 | ||||
-rw-r--r-- | sys/netinet6/in6_pcb.c | 3 | ||||
-rw-r--r-- | sys/netinet6/in6_proto.c | 3 | ||||
-rw-r--r-- | sys/netinet6/in6_src.c | 3 | ||||
-rw-r--r-- | sys/netinet6/ip6_divert.c | 3 | ||||
-rw-r--r-- | sys/netinet6/ip6_input.c | 3 | ||||
-rw-r--r-- | sys/netinet6/ip6_output.c | 3 | ||||
-rw-r--r-- | sys/netinet6/raw_ip6.c | 3 | ||||
-rw-r--r-- | sys/netinet6/udp6_output.c | 3 |
11 files changed, 11 insertions, 22 deletions
diff --git a/sys/netinet6/frag6.c b/sys/netinet6/frag6.c index 049147ae563..dd8950aaa97 100644 --- a/sys/netinet6/frag6.c +++ b/sys/netinet6/frag6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: frag6.c,v 1.53 2014/07/12 18:44:23 tedu Exp $ */ +/* $OpenBSD: frag6.c,v 1.54 2014/07/22 11:06:10 mpi Exp $ */ /* $KAME: frag6.c,v 1.40 2002/05/27 21:40:31 itojun Exp $ */ /* @@ -50,7 +50,6 @@ #include <netinet/ip6.h> #include <netinet6/ip6_var.h> #include <netinet/icmp6.h> -#include <netinet/in_systm.h> /* for ECN definitions */ #include <netinet/ip.h> /* for ECN definitions */ #include <dev/rndvar.h> diff --git a/sys/netinet6/icmp6.c b/sys/netinet6/icmp6.c index 517271c6401..07b9a7beec7 100644 --- a/sys/netinet6/icmp6.c +++ b/sys/netinet6/icmp6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: icmp6.c,v 1.146 2014/07/11 12:20:26 benno Exp $ */ +/* $OpenBSD: icmp6.c,v 1.147 2014/07/22 11:06:10 mpi Exp $ */ /* $KAME: icmp6.c,v 1.217 2001/06/20 15:03:29 jinmei Exp $ */ /* @@ -83,7 +83,6 @@ #include <net/if_types.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet6/in6_var.h> #include <netinet/ip6.h> diff --git a/sys/netinet6/in6_gif.c b/sys/netinet6/in6_gif.c index b3ca430538e..4541b17ba92 100644 --- a/sys/netinet6/in6_gif.c +++ b/sys/netinet6/in6_gif.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in6_gif.c,v 1.31 2013/05/31 15:04:23 bluhm Exp $ */ +/* $OpenBSD: in6_gif.c,v 1.32 2014/07/22 11:06:10 mpi Exp $ */ /* $KAME: in6_gif.c,v 1.43 2001/01/22 07:27:17 itojun Exp $ */ /* @@ -49,7 +49,6 @@ #endif #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip_ipsp.h> #ifdef INET diff --git a/sys/netinet6/in6_pcb.c b/sys/netinet6/in6_pcb.c index 771a12673dd..e24719e8d0d 100644 --- a/sys/netinet6/in6_pcb.c +++ b/sys/netinet6/in6_pcb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in6_pcb.c,v 1.63 2014/06/03 13:32:24 mpi Exp $ */ +/* $OpenBSD: in6_pcb.c,v 1.64 2014/07/22 11:06:10 mpi Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -113,7 +113,6 @@ #include <net/route.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/in_pcb.h> #include <netinet/ip_var.h> diff --git a/sys/netinet6/in6_proto.c b/sys/netinet6/in6_proto.c index 3377ada477f..e81cdf6cad4 100644 --- a/sys/netinet6/in6_proto.c +++ b/sys/netinet6/in6_proto.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in6_proto.c,v 1.72 2014/07/11 16:39:06 henning Exp $ */ +/* $OpenBSD: in6_proto.c,v 1.73 2014/07/22 11:06:10 mpi Exp $ */ /* $KAME: in6_proto.c,v 1.66 2000/10/10 15:35:47 itojun Exp $ */ /* @@ -76,7 +76,6 @@ #include <net/route.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/ip_var.h> #include <netinet/in_pcb.h> diff --git a/sys/netinet6/in6_src.c b/sys/netinet6/in6_src.c index fefcfd1401c..6df0f49b5aa 100644 --- a/sys/netinet6/in6_src.c +++ b/sys/netinet6/in6_src.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in6_src.c,v 1.44 2014/06/03 13:32:24 mpi Exp $ */ +/* $OpenBSD: in6_src.c,v 1.45 2014/07/22 11:06:10 mpi Exp $ */ /* $KAME: in6_src.c,v 1.36 2001/02/06 04:08:17 itojun Exp $ */ /* @@ -75,7 +75,6 @@ #include <net/route.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/in_pcb.h> #include <netinet6/in6_var.h> diff --git a/sys/netinet6/ip6_divert.c b/sys/netinet6/ip6_divert.c index a718218d5ff..b817eb433e3 100644 --- a/sys/netinet6/ip6_divert.c +++ b/sys/netinet6/ip6_divert.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip6_divert.c,v 1.27 2014/07/12 19:05:45 lteo Exp $ */ +/* $OpenBSD: ip6_divert.c,v 1.28 2014/07/22 11:06:10 mpi Exp $ */ /* * Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> @@ -30,7 +30,6 @@ #include <net/pfvar.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/ip_var.h> #include <netinet/in_pcb.h> diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c index 160c083d5ca..60e67fccd28 100644 --- a/sys/netinet6/ip6_input.c +++ b/sys/netinet6/ip6_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip6_input.c,v 1.127 2014/07/08 17:19:26 deraadt Exp $ */ +/* $OpenBSD: ip6_input.c,v 1.128 2014/07/22 11:06:10 mpi Exp $ */ /* $KAME: ip6_input.c,v 1.188 2001/03/29 05:34:31 itojun Exp $ */ /* @@ -85,7 +85,6 @@ #include <net/netisr.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #ifdef INET #include <netinet/ip.h> diff --git a/sys/netinet6/ip6_output.c b/sys/netinet6/ip6_output.c index 70d28f0883a..ffa8be1278a 100644 --- a/sys/netinet6/ip6_output.c +++ b/sys/netinet6/ip6_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip6_output.c,v 1.157 2014/07/12 18:44:23 tedu Exp $ */ +/* $OpenBSD: ip6_output.c,v 1.158 2014/07/22 11:06:10 mpi Exp $ */ /* $KAME: ip6_output.c,v 1.172 2001/03/25 09:55:56 itojun Exp $ */ /* @@ -78,7 +78,6 @@ #include <net/route.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/in_pcb.h> #include <netinet/udp.h> diff --git a/sys/netinet6/raw_ip6.c b/sys/netinet6/raw_ip6.c index a8198f7e451..1bfe5d10ed5 100644 --- a/sys/netinet6/raw_ip6.c +++ b/sys/netinet6/raw_ip6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: raw_ip6.c,v 1.67 2014/07/12 18:44:23 tedu Exp $ */ +/* $OpenBSD: raw_ip6.c,v 1.68 2014/07/22 11:06:10 mpi Exp $ */ /* $KAME: raw_ip6.c,v 1.69 2001/03/04 15:55:44 itojun Exp $ */ /* @@ -88,7 +88,6 @@ #include <netinet6/ip6_mroute.h> #endif #include <netinet/icmp6.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/in_pcb.h> #include <netinet6/nd6.h> diff --git a/sys/netinet6/udp6_output.c b/sys/netinet6/udp6_output.c index 9f4bc4b7ac6..21b5f2af0cf 100644 --- a/sys/netinet6/udp6_output.c +++ b/sys/netinet6/udp6_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: udp6_output.c,v 1.30 2014/06/03 13:32:24 mpi Exp $ */ +/* $OpenBSD: udp6_output.c,v 1.31 2014/07/22 11:06:10 mpi Exp $ */ /* $KAME: udp6_output.c,v 1.21 2001/02/07 11:51:54 itojun Exp $ */ /* @@ -75,7 +75,6 @@ #include <netinet/in.h> #include <netinet6/in6_var.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/ip_var.h> #include <netinet/in_pcb.h> |