diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2016-03-01 16:43:09 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2016-03-01 16:43:09 +0000 |
commit | aa053fe6e77a7029329540485a5df821a4d0fee4 (patch) | |
tree | 59146c1bc27502aac6422d29b8c29f21da07ef47 /sys/kern | |
parent | 6b8431091ca21b067ef815a8c4fd98e7cedc9994 (diff) |
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@
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/kern/Makefile b/sys/kern/Makefile index 59278bcf7e2..cb40bc6a583 100644 --- a/sys/kern/Makefile +++ b/sys/kern/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.41 2015/12/01 15:32:29 deraadt Exp $ +# $OpenBSD: Makefile,v 1.42 2016/03/01 16:43:08 naddy Exp $ # Makefile for kernel tags files, init_sysent, etc. @@ -28,9 +28,7 @@ SYSTAGS=/var/db/sys_tags SYSDIR=/sys # Directories in which to place tags links (other than machine-dependent) -DGEN= compat compat/common \ - compat/linux \ - conf \ +DGEN= conf \ ddb \ dev dev/eisa dev/ic dev/isa dev/pci dev/pcmcia dev/cardbus \ dev/sun dev/tc \ |