From 46d6c355509c6d865ca6b743f3f6890b334c2290 Mon Sep 17 00:00:00 2001 From: Jonathan Lemon Date: Tue, 31 Aug 1999 02:32:14 +0000 Subject: [PATCH] #ifdef out section of code dealing with integer timers, they aren't here any more. --- usr.sbin/trpt/trpt.c | 6 ++++++ 1 file changed, 6 insertions(+) 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