> > Modified Files:
> >src/share/misc: style
> >
> > Log Message:
> > Elaborate and clarify rules about #include order.
> >
> > ok christos
>
> erm... sys/types.h is supposed to be first.
>
> and, as sys/param.h includes sys/types.h, normally one should not use
> both.
infact, styl
On Wed, Jun 27, 2012 at 10:04:02PM +, Taylor R Campbell wrote:
> Modified Files:
> src/share/misc: style
>
> Log Message:
> Elaborate and clarify rules about #include order.
>
> ok christos
erm... sys/types.h is supposed to be first.
and, as sys/param.h includes sys/types.h, nor