ref: 3b198151c42b53547578871470c940445799affd
parent: 12741ba9ba59aa5f00d6bb57f5e966030db19f37
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Thu Jan 7 14:37:05 EST 2016
kernel: remove todfix overflow iprint() spam
--- a/sys/src/9/port/tod.c
+++ b/sys/src/9/port/tod.c
@@ -207,7 +207,6 @@
if(diff > tod.hz){/* convert to epoch */
mul64fract(&x, diff, tod.multiplier);
-if(x > 30000000000ULL) iprint("todfix %llud\n", x);x += tod.off;
/* protect against overflows */
--
⑨