diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2011-07-07 01:19:41 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2011-07-07 01:19:41 +0000 |
commit | 4f4f5d50106d50e0e25cf63882f38f93735ea2c5 (patch) | |
tree | 753369d46a7e0fcbcd5d3828269180a64e981a74 /sys/conf/files | |
parent | c6b7429694901047aeae3768f6bafd34e6a0dc0d (diff) |
remove all the old COMPAT_43 syscalls. The option itself remains for
the other things it enables. Move a few old wrappers into linux compat
where they are still being used.
ok deraadt guenther
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sys/conf/files b/sys/conf/files index 22329b3925f..2a0d5846da4 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.518 2011/07/06 10:25:21 ariane Exp $ +# $OpenBSD: files,v 1.519 2011/07/07 01:19:39 tedu Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -1054,14 +1054,7 @@ file compat/common/compat_util.c !small_kernel file compat/common/compat_dir.c !small_kernel file compat/common/compat_vm.c !small_kernel & compat_linux file compat/common/kern_info_09.c !small_kernel & compat_linux -file compat/common/kern_exit_43.c !small_kernel -file compat/common/kern_info_43.c !small_kernel -file compat/common/kern_resource_43.c !small_kernel -file compat/common/kern_sig_43.c !small_kernel -file compat/common/tty_43.c !small_kernel -file compat/common/uipc_syscalls_43.c !small_kernel -file compat/common/vfs_syscalls_43.c !small_kernel -file compat/common/vm_43.c !small_kernel +file compat/common/tty_43.c compat_43 # libx86emu file dev/x86emu/x86emu.c x86emu |