aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/trpt
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/trpt')
-rw-r--r--usr.sbin/trpt/trpt.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/trpt/trpt.c b/usr.sbin/trpt/trpt.c
index e5f1fafa3c5a..7ef21da7cc84 100644
--- a/usr.sbin/trpt/trpt.c
+++ b/usr.sbin/trpt/trpt.c
@@ -347,6 +347,11 @@ tcp_trace(act, ostate, atp, tp, ti, req)
tp->snd_wl2, tp->snd_wnd);
}
/* print out timers? */
+#if 0
+ /*
+ * XXX
+ * kernel now uses callouts, not integer time values.
+ */
if (tflag) {
register char *cp = "\t";
register int i;
@@ -362,6 +367,7 @@ tcp_trace(act, ostate, atp, tp, ti, req)
if (*cp != '\t')
putchar('\n');
}
+#endif
}
int