diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-05-18 11:38:08 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-05-18 11:38:08 +0000 |
commit | 6a5b8d414f9cc61752d54112b6b03f1a6cc370a6 (patch) | |
tree | 14e3b02ed9b78922dcac6bb14963552853a16962 /usr.sbin/trpt | |
parent | 4a8bd7e3495639f1cdd88bd2504d058ad958c3f6 (diff) |
Merge the content of <netinet/tcpip.h> and <netinet6/tcpipv6.h> in
<netinet/tcp_debug.h>.
The IPv6 variant was always included and the IPv4 version is not
present on all systems.
Most of the offending ports are already fixed, thanks to sthen@!
Diffstat (limited to 'usr.sbin/trpt')
-rw-r--r-- | usr.sbin/trpt/trpt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/trpt/trpt.c b/usr.sbin/trpt/trpt.c index f2b87d00aa6..88a4bf0abed 100644 --- a/usr.sbin/trpt/trpt.c +++ b/usr.sbin/trpt/trpt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trpt.c,v 1.34 2016/12/23 03:08:32 lteo Exp $ */ +/* $OpenBSD: trpt.c,v 1.35 2017/05/18 11:38:07 mpi Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -83,7 +83,6 @@ #define TCPTIMERS #include <netinet/tcp_timer.h> #include <netinet/tcp_var.h> -#include <netinet/tcpip.h> #define TANAMES #include <netinet/tcp_debug.h> |