diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2010-07-01 17:30:28 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2010-07-01 17:30:28 +0000 |
commit | 4646324bc1a558653bb05db5bbe3331c4fe2ad5a (patch) | |
tree | 5370db8b780fe54a9f75926ffc4638526b96a4cd /sys/arch/i386/conf/files.i386 | |
parent | ba335bb2458fc1d80b37022a1a2d334f8f2c82be (diff) |
another day, another compat gets removed. today is ibcs2's turn
Diffstat (limited to 'sys/arch/i386/conf/files.i386')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 157b160180e..e711615528b 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.195 2010/02/19 15:00:12 miod Exp $ +# $OpenBSD: files.i386,v 1.196 2010/07/01 17:30:25 tedu Exp $ # # new style config file for i386 architecture # @@ -279,9 +279,6 @@ include "../../../compat/aout/files.aout" include "../../../compat/svr4/files.svr4" file arch/i386/i386/svr4_machdep.c compat_svr4 -# iBCS-2 binary compatibility (COMPAT_IBCS2) -include "../../../compat/ibcs2/files.ibcs2" - # Linux binary compatibility (COMPAT_LINUX) include "../../../compat/linux/files.linux" file arch/i386/i386/linux_machdep.c compat_linux |