CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2020/04/15 08:50:14

Modified files:
        usr.sbin/btrace: btrace.c 

Log message:
Stop including <machine/param.h> and <machine/vmparam.h>.

There's no need to redefine the INKERNEL() macro in userland because
stacktrace_save_at() only saves kernel stack traces.

If we decide to use the same interface to unwind & save userland stack
traces we can simply indicate that in the "struct stacktrace".

Discussed with deraadt@ and kettenis@

Reply via email to