]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Note that sys/systm.h is special too
authorWarner Losh <imp@FreeBSD.org>
Wed, 28 Oct 2020 21:09:56 +0000 (21:09 +0000)
committerWarner Losh <imp@FreeBSD.org>
Wed, 28 Oct 2020 21:09:56 +0000 (21:09 +0000)
commitb4e4f070eacdc3873f5d6ab9728c0eaae2ff376a
tree5acd548b336ea3908c501e8f96750098d71431b7
parentbe7a6b3d84398801b81e95023728aee74f6cc121
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