From 500a42f2216d533357601daa0df7e84b50234db5 Mon Sep 17 00:00:00 2001 From: jlemon Date: Tue, 31 Aug 1999 02:32:14 +0000 Subject: #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(+) (limited to 'usr.sbin/trpt') diff --git a/usr.sbin/trpt/trpt.c b/usr.sbin/trpt/trpt.c index e5f1faf..7ef21da 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 -- cgit v1.1