k...@ub.uni-mainz.de ("K. Schreiner") writes:

>/u/NetBSD/src/usr.sbin/crash/../../sys/arch/x86/x86/db_trace.c: In function 
>'db_stack_trace_print':
>/u/NetBSD/arch/amd64/obj/usr.sbin/crash/x86/db_machdep.h:6:42: error: 
>'VM_MIN_KERNEL_ADDRESS' undeclared (first use in this function)
> #define INKERNEL(va) (((vaddr_t)(va)) >= VM_MIN_KERNEL_ADDRESS)


Someone thought that kernel variables shouldn't be exposed to userland,
breaking compilation of crash(8) that way.

That only affects x86 as everywhere else VM_MIN_KERNEL_ADDRESS is still
a compile time constant.

-- 
-- 
                                Michael van Elst
Internet: mlel...@serpens.de
                                "A potential Snark may lurk in every tree."

Reply via email to