Index: sys/current_time.c =================================================================== --- sys/current_time.c (revision 1089) +++ sys/current_time.c (working copy) @@ -113,7 +113,7 @@ cur = currtime_nto(!up); curtick = cur & ~((1 << NTO_TSHIFT) -1); - if (1 /* get */) { + if (get) { /* * Try to only do the 64 bit division every tick. * Makes microtime() not so micro...