summaryrefslogtreecommitdiff
path: root/usr.bin/nc
diff options
context:
space:
mode:
authorLawrence Teo <lteo@cvs.openbsd.org>2014-10-24 02:01:21 +0000
committerLawrence Teo <lteo@cvs.openbsd.org>2014-10-24 02:01:21 +0000
commit3e8c270ea87ae69582348dbd9985f1accf4d25e0 (patch)
tree2338363a5e6fdaa55bc12d79dedc80cd7f0f49ca /usr.bin/nc
parent5961b5940379e07dda105bb74490400fd2c1398f (diff)
Remove unnecessary include: netinet/in_systm.h is not needed by these
programs. ok deraadt@ millert@
Diffstat (limited to 'usr.bin/nc')
-rw-r--r--usr.bin/nc/netcat.c3
1 files changed, 1 insertions, 2 deletions
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>