svn commit: r245671 - projects/counters/sys/sys

Bruce Evans brde at optusnet.com.au
Sun Jan 20 11:28:25 UTC 2013


On Sat, 19 Jan 2013, Gleb Smirnoff wrote:

> Log:
>  Need systm.h to declare critical(9).
>
> Modified:
>  projects/counters/sys/sys/counter.h
>
> Modified: projects/counters/sys/sys/counter.h
> ==============================================================================
> --- projects/counters/sys/sys/counter.h	Sat Jan 19 16:21:32 2013	(r245670)
> +++ projects/counters/sys/sys/counter.h	Sat Jan 19 16:22:41 2013	(r245671)

Header file.

> @@ -30,6 +30,7 @@
> #define __SYS_COUNTER_H__
>
> #include <sys/param.h>

Gross namespace pollution.

> +#include <sys/systm.h>

Further gross namespace pollution.

>
> typedef uint64_t *counter_u64_t;
>
>

Bruce


More information about the svn-src-projects mailing list