]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Note that sys/systm.h is special too
authorimp <imp@FreeBSD.org>
Wed, 28 Oct 2020 21:09:56 +0000 (21:09 +0000)
committerimp <imp@FreeBSD.org>
Wed, 28 Oct 2020 21:09:56 +0000 (21:09 +0000)
commit1040a2141d41fdc1866f5faf581adb8540b51d7f
tree5acd548b336ea3908c501e8f96750098d71431b7
parenta2c155ed9bc3ffd1531c8681460a73411a03c93f
Note that sys/systm.h is special too

If you need / want to includerd sys/systm.h, it has to be just after
param.h/types.h. Document this existing practice. Not all kernel files
include systm.h, but when you do, it should be done out of order.

Reviewed by: vangyzen, kib, emaste
Differential Review: https://reviews.freebsd.org/D26981
share/man/man9/style.9