diff options
author | Lawrence Teo <lteo@cvs.openbsd.org> | 2014-10-24 02:01:21 +0000 |
---|---|---|
committer | Lawrence Teo <lteo@cvs.openbsd.org> | 2014-10-24 02:01:21 +0000 |
commit | 3e8c270ea87ae69582348dbd9985f1accf4d25e0 (patch) | |
tree | 2338363a5e6fdaa55bc12d79dedc80cd7f0f49ca /usr.bin | |
parent | 5961b5940379e07dda105bb74490400fd2c1398f (diff) |
Remove unnecessary include: netinet/in_systm.h is not needed by these
programs.
ok deraadt@ millert@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ftp/ftp.c | 3 | ||||
-rw-r--r-- | usr.bin/nc/netcat.c | 3 | ||||
-rw-r--r-- | usr.bin/ssh/misc.c | 3 | ||||
-rw-r--r-- | usr.bin/ssh/packet.c | 3 | ||||
-rw-r--r-- | usr.bin/ssh/readconf.c | 3 | ||||
-rw-r--r-- | usr.bin/ssh/servconf.c | 3 | ||||
-rw-r--r-- | usr.bin/tcpbench/tcpbench.c | 1 |
7 files changed, 6 insertions, 13 deletions
diff --git a/usr.bin/ftp/ftp.c b/usr.bin/ftp/ftp.c index 81ae21f0da1..c85627000ff 100644 --- a/usr.bin/ftp/ftp.c +++ b/usr.bin/ftp/ftp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ftp.c,v 1.87 2014/08/16 07:49:27 deraadt Exp $ */ +/* $OpenBSD: ftp.c,v 1.88 2014/10/24 02:01:20 lteo Exp $ */ /* $NetBSD: ftp.c,v 1.27 1997/08/18 10:20:23 lukem Exp $ */ /* @@ -64,7 +64,6 @@ #include <sys/socket.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <arpa/inet.h> #include <arpa/ftp.h> diff --git a/usr.bin/nc/netcat.c b/usr.bin/nc/netcat.c index 58454595b24..81cbe434300 100644 --- a/usr.bin/nc/netcat.c +++ b/usr.bin/nc/netcat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: netcat.c,v 1.122 2014/07/20 01:38:40 guenther Exp $ */ +/* $OpenBSD: netcat.c,v 1.123 2014/10/24 02:01:20 lteo Exp $ */ /* * Copyright (c) 2001 Eric Jackson <ericj@monkey.org> * @@ -38,7 +38,6 @@ #include <sys/un.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/tcp.h> #include <netinet/ip.h> #include <arpa/telnet.h> diff --git a/usr.bin/ssh/misc.c b/usr.bin/ssh/misc.c index 5a63a11331f..328473903f5 100644 --- a/usr.bin/ssh/misc.c +++ b/usr.bin/ssh/misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.94 2014/07/15 15:54:14 millert Exp $ */ +/* $OpenBSD: misc.c,v 1.95 2014/10/24 02:01:20 lteo Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * Copyright (c) 2005,2006 Damien Miller. All rights reserved. @@ -32,7 +32,6 @@ #include <net/if.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/tcp.h> diff --git a/usr.bin/ssh/packet.c b/usr.bin/ssh/packet.c index 817b201ee86..21839ecbaa3 100644 --- a/usr.bin/ssh/packet.c +++ b/usr.bin/ssh/packet.c @@ -1,4 +1,4 @@ -/* $OpenBSD: packet.c,v 1.198 2014/07/15 15:54:14 millert Exp $ */ +/* $OpenBSD: packet.c,v 1.199 2014/10/24 02:01:20 lteo Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -43,7 +43,6 @@ #include <sys/time.h> #include <sys/param.h> -#include <netinet/in_systm.h> #include <netinet/in.h> #include <netinet/ip.h> diff --git a/usr.bin/ssh/readconf.c b/usr.bin/ssh/readconf.c index 1402ef6d7fb..7fc9a6534c7 100644 --- a/usr.bin/ssh/readconf.c +++ b/usr.bin/ssh/readconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.c,v 1.221 2014/10/08 22:20:25 djm Exp $ */ +/* $OpenBSD: readconf.c,v 1.222 2014/10/24 02:01:20 lteo Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -19,7 +19,6 @@ #include <sys/un.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <ctype.h> diff --git a/usr.bin/ssh/servconf.c b/usr.bin/ssh/servconf.c index 1040695e2b1..3ce9de779c3 100644 --- a/usr.bin/ssh/servconf.c +++ b/usr.bin/ssh/servconf.c @@ -1,5 +1,5 @@ -/* $OpenBSD: servconf.c,v 1.253 2014/10/13 00:38:35 djm Exp $ */ +/* $OpenBSD: servconf.c,v 1.254 2014/10/24 02:01:20 lteo Exp $ */ /* * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland * All rights reserved @@ -16,7 +16,6 @@ #include <sys/queue.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <ctype.h> diff --git a/usr.bin/tcpbench/tcpbench.c b/usr.bin/tcpbench/tcpbench.c index 152e0c911a2..7832bf71fad 100644 --- a/usr.bin/tcpbench/tcpbench.c +++ b/usr.bin/tcpbench/tcpbench.c @@ -25,7 +25,6 @@ #include <net/route.h> #include <netinet/in.h> -#include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/tcp.h> #include <netinet/tcp_timer.h> |