CVSROOT: /cvs Module name: src Changes by: na...@cvs.openbsd.org 2016/03/01 09:43:08
Modified files: sys/conf : files sys/dev : systrace.c systrace.h sys/kern : Makefile Log message: Copy the stackgap_init() and stackgap_alloc() functions from compat/common/compat_util.c to dev/systrace.c, the one place they are used, and remove the remaining kernel references to compat/*. ok visa@