svn commit: r303425 - in head: share/man/man9 sys/kern sys/sys

Hans Petter Selasky hps at selasky.org
Wed Aug 10 14:27:21 UTC 2016


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


More information about the svn-src-all mailing list