diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2016-02-28 15:46:20 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2016-02-28 15:46:20 +0000 |
commit | ffdc3ff08fbee7eeb56a09b29ba888ea96f4e922 (patch) | |
tree | 32eef336395aa1caacdb6ce87cc2c33ae4353cd5 /sys/conf/files | |
parent | 7cd4bc9208e74e6a0813ae69b0170d9176b6c164 (diff) |
Support for running Linux binaries under emulation is going away.
Remove "option COMPAT_LINUX" and everything directly tied to it from the
kernel and the corresponding man page documentation.
ok visa@ guenther@
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index 2f98fa1130c..fad82898b2c 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.611 2016/02/18 01:23:05 krw Exp $ +# $OpenBSD: files,v 1.612 2016/02/28 15:46:18 naddy Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -976,7 +976,6 @@ 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 -file compat/common/compat_dir.c !small_kernel & compat_linux # libx86emu file dev/x86emu/x86emu.c x86emu |