CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/09/23 13:54:47
Modified files:
sys/kern : subr_pool.c
Log message:
Only compile poison-related code if DIAGNOSTIC instead of if !SMALL_KERNEL,
for subr_poison.c will not get compiled at all on !DIAGNOSTIC kernels.
Found the hard way by deraadt@
