summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@cvs.openbsd.org>2016-03-01 16:43:09 +0000
committerChristian Weisgerber <naddy@cvs.openbsd.org>2016-03-01 16:43:09 +0000
commitaa053fe6e77a7029329540485a5df821a4d0fee4 (patch)
tree59146c1bc27502aac6422d29b8c29f21da07ef47 /sys/conf
parent6b8431091ca21b067ef815a8c4fd98e7cedc9994 (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/conf')
-rw-r--r--sys/conf/files5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/conf/files b/sys/conf/files
index fad82898b2c..33c3020f736 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.612 2016/02/28 15:46:18 naddy Exp $
+# $OpenBSD: files,v 1.613 2016/03/01 16:43:08 naddy Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -974,9 +974,6 @@ file net/pfkeyv2.c key | ipsec | tcp_signature
file net/pfkeyv2_parsemessage.c key | ipsec | tcp_signature
file net/pfkeyv2_convert.c key | ipsec | tcp_signature
-# COMPAT_* support code (base and other shared code)
-file compat/common/compat_util.c !small_kernel
-
# libx86emu
file dev/x86emu/x86emu.c x86emu
file dev/x86emu/x86emu_util.c x86emu