diff options
author | 2011-07-05 00:33:22 +0000 | |
---|---|---|
committer | 2011-07-05 00:33:22 +0000 | |
commit | 918c5122e6a3a656486a7e4b6e37372aac553bf1 (patch) | |
tree | 2053a28a3902da17e40c9650f08d53fcfbdcdf8c | |
parent | Remove the osyscall() kernel-entry; we do not use it anymore. (diff) | |
download | wireguard-openbsd-918c5122e6a3a656486a7e4b6e37372aac553bf1.tar.xz wireguard-openbsd-918c5122e6a3a656486a7e4b6e37372aac553bf1.zip |
disable COMPAT_AOUT, it's useless now, but leave the code in the tree
to encourage someone to convert remaining a.out archs to elf. :)
ok deraadt
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index f6159739312..feab7055b04 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.723 2011/07/04 22:53:53 tedu Exp $ +# $OpenBSD: GENERIC,v 1.724 2011/07/05 00:33:22 tedu Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -24,7 +24,6 @@ option APERTURE # in-kernel aperture driver for XFree86 #option "KGDB_DEVNAME=\"com\"",KGDBADDR=0x2f8,KGDBRATE=9600 option COMPAT_LINUX # binary compatibility with Linux -option COMPAT_AOUT # a.out binaries are emulated option PROCFS # /proc option NTFS # NTFS support |