diff options
| author | lteo <> | 2014-10-24 02:01:20 +0000 |
|---|---|---|
| committer | lteo <> | 2014-10-24 02:01:20 +0000 |
| commit | c06f440e2ff07b8f6259cf70dc44c47be3647345 (patch) | |
| tree | 863da86b6913ca309b34578124690ba77d843254 | |
| parent | 9930d992310ff17374723c62777558c959a790e6 (diff) | |
| download | openbsd-c06f440e2ff07b8f6259cf70dc44c47be3647345.tar.gz openbsd-c06f440e2ff07b8f6259cf70dc44c47be3647345.tar.bz2 openbsd-c06f440e2ff07b8f6259cf70dc44c47be3647345.zip | |
Remove unnecessary include: netinet/in_systm.h is not needed by these
programs.
ok deraadt@ millert@
Diffstat (limited to '')
| -rw-r--r-- | src/usr.bin/nc/netcat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr.bin/nc/netcat.c b/src/usr.bin/nc/netcat.c index 58454595b2..81cbe43430 100644 --- a/src/usr.bin/nc/netcat.c +++ b/src/usr.bin/nc/netcat.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: netcat.c,v 1.122 2014/07/20 01:38:40 guenther Exp $ */ | 1 | /* $OpenBSD: netcat.c,v 1.123 2014/10/24 02:01:20 lteo Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2001 Eric Jackson <ericj@monkey.org> | 3 | * Copyright (c) 2001 Eric Jackson <ericj@monkey.org> |
| 4 | * | 4 | * |
| @@ -38,7 +38,6 @@ | |||
| 38 | #include <sys/un.h> | 38 | #include <sys/un.h> |
| 39 | 39 | ||
| 40 | #include <netinet/in.h> | 40 | #include <netinet/in.h> |
| 41 | #include <netinet/in_systm.h> | ||
| 42 | #include <netinet/tcp.h> | 41 | #include <netinet/tcp.h> |
| 43 | #include <netinet/ip.h> | 42 | #include <netinet/ip.h> |
| 44 | #include <arpa/telnet.h> | 43 | #include <arpa/telnet.h> |
