diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2011-04-05 12:50:16 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2011-04-05 12:50:16 +0000 |
commit | b2b6c7a9063c88d92da6ab79d2e1ffd7ac133576 (patch) | |
tree | de9b11224cdbee08151570d48396b881c74c831c /sys/arch/i386/conf | |
parent | f3217e0943161ff8510a20c5604474e66e68adea (diff) |
Push COMPAT_FREEBSD in front of a whale. Buggy, out of date, no
one has been weeding it, and it makes life harder.
Toasts of Brennivin for its passing from many; diff ok henning@
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 6 |
2 files changed, 2 insertions, 7 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index f746cb75a06..e8def23c189 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.711 2011/04/03 12:32:05 claudio Exp $ +# $OpenBSD: GENERIC,v 1.712 2011/04/05 12:50:15 guenther Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -25,7 +25,6 @@ option APERTURE # in-kernel aperture driver for XFree86 option COMPAT_SVR4 # binary compatibility with SVR4 option COMPAT_LINUX # binary compatibility with Linux -option COMPAT_FREEBSD # binary compatibility with FreeBSD option COMPAT_AOUT # a.out binaries are emulated option PROCFS # /proc diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index c67da345d4e..cadf84b36fa 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.200 2010/12/06 20:10:18 jasper Exp $ +# $OpenBSD: files.i386,v 1.201 2011/04/05 12:50:15 guenther Exp $ # # new style config file for i386 architecture # @@ -278,10 +278,6 @@ file arch/i386/i386/svr4_machdep.c compat_svr4 include "compat/linux/files.linux" file arch/i386/i386/linux_machdep.c compat_linux -# FreeBSD binary compatibility (COMPAT_FREEBSD) -include "compat/freebsd/files.freebsd" -file arch/i386/i386/freebsd_machdep.c compat_freebsd - # OSS audio driver compatibility include "compat/ossaudio/files.ossaudio" |