summaryrefslogtreecommitdiffstats
path: root/usr.sbin/trpt
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/trpt')
-rw-r--r--usr.sbin/trpt/trpt.c13
1 files changed, 2 insertions, 11 deletions
diff --git a/usr.sbin/trpt/trpt.c b/usr.sbin/trpt/trpt.c
index 6339776..fbdc4de 100644
--- a/usr.sbin/trpt/trpt.c
+++ b/usr.sbin/trpt/trpt.c
@@ -301,17 +301,8 @@ done: if (follow) {
*/
/*ARGSUSED*/
void
-tcp_trace(act, ostate, tp, family, ip, th, req)
- short act, ostate;
- struct tcpcb *tp;
-#ifdef INET6
- int family;
-#else
- int family __unused;
-#endif
- void *ip;
- struct tcphdr *th;
- int req;
+tcp_trace(short act, short ostate, struct tcpcb *tp, int family __unused,
+ void *ip, struct tcphdr *th, int req)
{
tcp_seq seq, ack;
int flags, len, win, timer;
OpenPOWER on IntegriCloud