aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/trpt
diff options
context:
space:
mode:
authorJonathan Lemon <jlemon@FreeBSD.org>1999-08-31 02:32:14 +0000
committerJonathan Lemon <jlemon@FreeBSD.org>1999-08-31 02:32:14 +0000
commit46d6c355509c6d865ca6b743f3f6890b334c2290 (patch)
tree4201f2c3384179354d1f2a1a992e0e49a84c0388 /usr.sbin/trpt
parentac3595b017b1db3994022277520870c4b4f7ec5b (diff)
downloadsrc-46d6c355509c6d865ca6b743f3f6890b334c2290.tar.gz
src-46d6c355509c6d865ca6b743f3f6890b334c2290.zip
#ifdef out section of code dealing with integer timers,
they aren't here any more.
Notes
Notes: svn path=/head/; revision=50680
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