diff options
author | jlemon <jlemon@FreeBSD.org> | 1999-08-31 02:32:14 +0000 |
---|---|---|
committer | jlemon <jlemon@FreeBSD.org> | 1999-08-31 02:32:14 +0000 |
commit | 500a42f2216d533357601daa0df7e84b50234db5 (patch) | |
tree | fa1d3457c672f4becfed8b3fb37ed841d9c984c9 /usr.sbin/trpt | |
parent | bb57ce86c93ba9d59c9a05d08e1887f98cd7f1de (diff) | |
download | FreeBSD-src-500a42f2216d533357601daa0df7e84b50234db5.zip FreeBSD-src-500a42f2216d533357601daa0df7e84b50234db5.tar.gz |
#ifdef out section of code dealing with integer timers,
they aren't here any more.
Diffstat (limited to 'usr.sbin/trpt')
-rw-r--r-- | usr.sbin/trpt/trpt.c | 6 |
1 files changed, 6 insertions, 0 deletions
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 |