On 07/28/16 10:57, Konstantin Belousov wrote:
+               if ((flags & C_HARDCLOCK) == 0)
+                       to_sbt += tick_sbt;
+       } else
+                 to_sbt = sbinuptime();
               ^^^ looks like two whitespaces sneaked in here.
+       if (SBT_MAX - to_sbt < sbt)
+               to_sbt = SBT_MAX;
+       else

Else looks good.

--HPS
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to