diff options
| author | 2014-10-25 03:19:22 +0000 | |
|---|---|---|
| committer | 2014-10-25 03:19:22 +0000 | |
| commit | 5f665e96f554b29999e49f1ef88a1ef0a9dd3ccc (patch) | |
| tree | 817c35acb9fb638a54fa06798e3f709896df46ae | |
| parent | Remove unnecessary netinet/in_systm.h include. (diff) | |
| download | wireguard-openbsd-5f665e96f554b29999e49f1ef88a1ef0a9dd3ccc.tar.xz wireguard-openbsd-5f665e96f554b29999e49f1ef88a1ef0a9dd3ccc.zip | |
Remove unnecessary netinet/in_systm.h include.
ok millert@
| -rw-r--r-- | libexec/ftpd/ftpd.c | 3 | ||||
| -rw-r--r-- | libexec/ftpd/logutmp.c | 3 | ||||
| -rw-r--r-- | libexec/spamlogd/spamlogd.c | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index 98c34db3359..b5f09f18277 100644 --- a/libexec/ftpd/ftpd.c +++ b/libexec/ftpd/ftpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ftpd.c,v 1.204 2014/08/25 07:50:25 doug Exp $ */ +/* $OpenBSD: ftpd.c,v 1.205 2014/10/25 03:19:22 lteo Exp $ */ /* $NetBSD: ftpd.c,v 1.15 1995/06/03 22:46:47 mycroft Exp $ */ /* @@ -69,7 +69,6 @@ #include <sys/mman.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/tcp.h> diff --git a/libexec/ftpd/logutmp.c b/libexec/ftpd/logutmp.c index fd3cfd370e1..4b14998feb6 100644 --- a/libexec/ftpd/logutmp.c +++ b/libexec/ftpd/logutmp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: logutmp.c,v 1.11 2008/06/30 12:03:51 ragge Exp $ */ +/* $OpenBSD: logutmp.c,v 1.12 2014/10/25 03:19:22 lteo Exp $ */ /* * Portions Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -33,7 +33,6 @@ #include <sys/time.h> #include <sys/socket.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/tcp.h> diff --git a/libexec/spamlogd/spamlogd.c b/libexec/spamlogd/spamlogd.c index 761c73d8fd1..8c4ae14f5dc 100644 --- a/libexec/spamlogd/spamlogd.c +++ b/libexec/spamlogd/spamlogd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: spamlogd.c,v 1.22 2013/08/21 16:13:30 millert Exp $ */ +/* $OpenBSD: spamlogd.c,v 1.23 2014/10/25 03:19:22 lteo Exp $ */ /* * Copyright (c) 2006 Henning Brauer <henning@openbsd.org> @@ -31,7 +31,6 @@ #include <net/if_pflog.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <arpa/inet.h> |
