diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2013-09-14 01:37:03 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2013-09-14 01:37:03 +0000 |
commit | dbb9fe42ef7903c5e46466bd58e17a7d9f911eb9 (patch) | |
tree | cefd0d05e3e86e2b115662b63f04ecbf939bb807 /sys/arch | |
parent | a72a30dc9a0455afc0cf95526c37bafa6f5f7a27 (diff) |
Disable COMPAT_LINUX until it can be fixed post-time_t change
ok pirofti@
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 70f2e76bc69..55209196de3 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.755 2013/09/08 02:53:39 reyk Exp $ +# $OpenBSD: GENERIC,v 1.756 2013/09/14 01:37:02 guenther 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 |