diff options
author | bde <bde@FreeBSD.org> | 2004-02-25 13:11:48 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2004-02-25 13:11:48 +0000 |
commit | 098541a9418b9231b52f9917656f314abb81205c (patch) | |
tree | 609a440c6572b85bebbd9ccfa74389a8b6c5e9f8 /usr.bin | |
parent | 232b17fc86e465c3d5be2a64f0163863b7c6fe60 (diff) | |
download | FreeBSD-src-098541a9418b9231b52f9917656f314abb81205c.zip FreeBSD-src-098541a9418b9231b52f9917656f314abb81205c.tar.gz |
Backed out rev.1.6. A bogus include was added to work around breakage of
<netinet/tcp_var.h>'s prerequisites. Prerequistes should not grow for
userland headers, and <netinet/tcp_var.h> is unfortunately still needed
in userland.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/systat/tcp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/systat/tcp.c b/usr.bin/systat/tcp.c index bd9e2f9..74c02f3 100644 --- a/usr.bin/systat/tcp.c +++ b/usr.bin/systat/tcp.c @@ -45,8 +45,6 @@ __FBSDID("$FreeBSD$"); #include <sys/socket.h> #include <sys/sysctl.h> -#include <net/route.h> - #include <netinet/in.h> #include <netinet/in_systm.h> #include <netinet/ip.h> |