summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorLawrence Teo <lteo@cvs.openbsd.org>2014-10-25 03:19:23 +0000
committerLawrence Teo <lteo@cvs.openbsd.org>2014-10-25 03:19:23 +0000
commit58739bc23b87e86d504a597fd2ac5ca1b2d5d497 (patch)
tree49f1523f84ccf040aee4d4064e6ee8955638b889 /sbin
parentc1adabf15d8030a7c4d0e5248539656c2566405e (diff)
Remove unnecessary netinet/in_systm.h include.
ok millert@
Diffstat (limited to 'sbin')
-rw-r--r--sbin/dhclient/bpf.c3
-rw-r--r--sbin/dhclient/packet.c3
-rw-r--r--sbin/iked/proc.c3
-rw-r--r--sbin/isakmpd/log.c3
-rw-r--r--sbin/pfctl/parse.y3
-rw-r--r--sbin/pfctl/pfctl_osfp.c3
-rw-r--r--sbin/pfctl/pfctl_parser.c3
-rw-r--r--sbin/ping/ping.c3
-rw-r--r--sbin/sysctl/sysctl.c3
9 files changed, 9 insertions, 18 deletions
diff --git a/sbin/dhclient/bpf.c b/sbin/dhclient/bpf.c
index 19c1046f515..7cdbedc5abb 100644
--- a/sbin/dhclient/bpf.c
+++ b/sbin/dhclient/bpf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bpf.c,v 1.32 2014/04/17 09:59:30 krw Exp $ */
+/* $OpenBSD: bpf.c,v 1.33 2014/10/25 03:18:13 lteo Exp $ */
/* BPF socket interface code, originally contributed by Archie Cobbs. */
@@ -45,7 +45,6 @@
#include <sys/uio.h>
#include <net/bpf.h>
-#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/udp.h>
diff --git a/sbin/dhclient/packet.c b/sbin/dhclient/packet.c
index 1feafa86449..38e327456ee 100644
--- a/sbin/dhclient/packet.c
+++ b/sbin/dhclient/packet.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: packet.c,v 1.27 2014/07/28 16:40:32 tobias Exp $ */
+/* $OpenBSD: packet.c,v 1.28 2014/10/25 03:18:13 lteo Exp $ */
/* Packet assembly code, originally contributed by Archie Cobbs. */
@@ -42,7 +42,6 @@
#include "dhcpd.h"
-#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/udp.h>
diff --git a/sbin/iked/proc.c b/sbin/iked/proc.c
index fac0f9e7792..4356bcc35cd 100644
--- a/sbin/iked/proc.c
+++ b/sbin/iked/proc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: proc.c,v 1.19 2014/08/18 09:43:02 reyk Exp $ */
+/* $OpenBSD: proc.c,v 1.20 2014/10/25 03:18:13 lteo Exp $ */
/*
* Copyright (c) 2010 - 2014 Reyk Floeter <reyk@openbsd.org>
@@ -24,7 +24,6 @@
#include <sys/tree.h>
#include <net/if.h>
-#include <netinet/in_systm.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <arpa/inet.h>
diff --git a/sbin/isakmpd/log.c b/sbin/isakmpd/log.c
index 4c3ca78abc5..409cf2a416f 100644
--- a/sbin/isakmpd/log.c
+++ b/sbin/isakmpd/log.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.c,v 1.61 2011/04/16 10:30:29 sthen Exp $ */
+/* $OpenBSD: log.c,v 1.62 2014/10/25 03:18:13 lteo Exp $ */
/* $EOM: log.c,v 1.30 2000/09/29 08:19:23 niklas Exp $ */
/*
@@ -37,7 +37,6 @@
#include <sys/stat.h>
#include <sys/uio.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/ip6.h>
#include <netinet/udp.h>
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y
index 415f3f54658..5c57fdfd02b 100644
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.639 2014/09/13 16:06:36 doug Exp $ */
+/* $OpenBSD: parse.y,v 1.640 2014/10/25 03:18:13 lteo Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
@@ -32,7 +32,6 @@
#include <sys/stat.h>
#include <net/if.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/ip_icmp.h>
#include <netinet/icmp6.h>
diff --git a/sbin/pfctl/pfctl_osfp.c b/sbin/pfctl/pfctl_osfp.c
index 9dc00dfb972..44d43ef43d2 100644
--- a/sbin/pfctl/pfctl_osfp.c
+++ b/sbin/pfctl/pfctl_osfp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl_osfp.c,v 1.19 2013/11/22 04:12:48 deraadt Exp $ */
+/* $OpenBSD: pfctl_osfp.c,v 1.20 2014/10/25 03:18:13 lteo Exp $ */
/*
* Copyright (c) 2003 Mike Frantzen <frantzen@openbsd.org>
@@ -23,7 +23,6 @@
#include <net/if.h>
#include <net/pfvar.h>
-#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/ip6.h>
diff --git a/sbin/pfctl/pfctl_parser.c b/sbin/pfctl/pfctl_parser.c
index c5cffb85468..e86b3c66078 100644
--- a/sbin/pfctl/pfctl_parser.c
+++ b/sbin/pfctl/pfctl_parser.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfctl_parser.c,v 1.298 2014/01/20 02:59:13 henning Exp $ */
+/* $OpenBSD: pfctl_parser.c,v 1.299 2014/10/25 03:18:13 lteo Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -37,7 +37,6 @@
#include <net/if_dl.h>
#include <net/if.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/ip_icmp.h>
#include <netinet/icmp6.h>
diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c
index 5601d81af03..5c097b5ce53 100644
--- a/sbin/ping/ping.c
+++ b/sbin/ping/ping.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ping.c,v 1.111 2014/07/11 15:30:47 florian Exp $ */
+/* $OpenBSD: ping.c,v 1.112 2014/10/25 03:18:13 lteo Exp $ */
/* $NetBSD: ping.c,v 1.20 1995/08/11 22:37:58 cgd Exp $ */
/*
@@ -57,7 +57,6 @@
#include <sys/file.h>
#include <sys/time.h>
-#include <netinet/in_systm.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <netinet/ip_icmp.h>
diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c
index 12baf31ad38..53a7409d66f 100644
--- a/sbin/sysctl/sysctl.c
+++ b/sbin/sysctl/sysctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sysctl.c,v 1.204 2014/09/15 19:08:21 miod Exp $ */
+/* $OpenBSD: sysctl.c,v 1.205 2014/10/25 03:18:13 lteo Exp $ */
/* $NetBSD: sysctl.c,v 1.9 1995/09/30 07:12:50 thorpej Exp $ */
/*
@@ -48,7 +48,6 @@
#include <net/if.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/in_pcb.h>
#include <netinet/ip_icmp.h>