diff options
author | Paul Irofti <pirofti@cvs.openbsd.org> | 2013-10-31 09:57:03 +0000 |
---|---|---|
committer | Paul Irofti <pirofti@cvs.openbsd.org> | 2013-10-31 09:57:03 +0000 |
commit | 7af5dd9f2d5edd39427997efff3307978dba23e8 (patch) | |
tree | e0706554f2b9297733e41efe67ea589bb06ab10d /sys/arch | |
parent | 2b88f22e6f17fd34585090317cd0b5a6f3f4e467 (diff) |
Reenable compat_linux.
Works just fine now with the post-T32 fixes that went in.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 29a848477ea..f80f8d0901a 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.758 2013/10/28 12:33:32 mpi Exp $ +# $OpenBSD: GENERIC,v 1.759 2013/10/31 09:57:02 pirofti Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -23,7 +23,7 @@ option APERTURE # in-kernel aperture driver for XFree86 #option KGDB # Remote debugger support; exclusive of DDB #option "KGDB_DEVNAME=\"com\"",KGDBADDR=0x2f8,KGDBRATE=9600 -#option COMPAT_LINUX # binary compatibility with Linux +option COMPAT_LINUX # binary compatibility with Linux option PROCFS # /proc option NTFS # NTFS support |