On Nov 17, 7:56am, mar...@homeworld.netbsd.org (Martin Husemann) wrote: -- Subject: Re: CVS commit: src/sys/sys
| 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. I was thinking the same. We could put them in common/ somewhere. | Besides: this broke the tools build, as you did not deal with | tools/compat/subr_clock.h. I forgot about hat. christos