]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move kernel env global variables, etc to sys/kenv.h
authorimp <imp@FreeBSD.org>
Wed, 7 Oct 2020 06:16:37 +0000 (06:16 +0000)
committerimp <imp@FreeBSD.org>
Wed, 7 Oct 2020 06:16:37 +0000 (06:16 +0000)
commit95b6a175ddeb7d86f0ef7cb0bb86428747d4da28
tree683f5a704e0550550e3c52eaa6e87239e2bbea67
parent5e8c02c7a36bbf273df40b6809337b3628b5398d
Move kernel env global variables, etc to sys/kenv.h

The kernel globals for kenv are confined to 2 files that need them and
a few that likely shouldn't (but as written the code does). Move them
from sys/systm.h to sys/kenv.h. This removed a XXX from systm.h and
cleans it up a little bit...
sys/dev/rt/if_rt.c
sys/geom/eli/g_eli.c
sys/kern/kern_environment.c
sys/kern/subr_hints.c
sys/sys/kenv.h
sys/sys/systm.h