On Sun, Nov 16, 2014 at 09:27:26PM -0500, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Mon Nov 17 02:27:26 UTC 2014 > > Added Files: > src/sys/sys: clock.h > > Log Message: > PR/49207: Kamil Rytarowski: Centralize and rename a bunch of clock constants > and inline functions.
Why inline functions? None of these are used often or time critical. Besides: this broke the tools build, as you did not deal with tools/compat/subr_clock.h. Martin