]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't define _STANDALONE when building kernel modules.
authorimp <imp@FreeBSD.org>
Thu, 24 Sep 2020 07:10:34 +0000 (07:10 +0000)
committerimp <imp@FreeBSD.org>
Thu, 24 Sep 2020 07:10:34 +0000 (07:10 +0000)
commit2814f9f20bd42f7d5a1eb5803c140fac383e256d
treef437a8beeb41aba349a191b1d079ed6efe3097c5
parent6a1bec1256a2df374faa7fa304835b08795396f5
Don't define _STANDALONE when building kernel modules.

_STANDALONE is only for the bootloader, not kernel modules. Remove it
from the build. This was harmless before, but sys/malloc.h now does
different things for the standalone environment, triggering the issue.
sys/modules/mrsas/Makefile