mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
#ifdef out section of code dealing with integer timers,
they aren't here any more.
This commit is contained in:
parent
ac3595b017
commit
46d6c35550
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50680
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user