diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-30 20:40:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-30 20:40:40 +0000 |
commit | bbb36a164f00f5b8538f7487aef1dc973a857c29 (patch) | |
tree | 6b447dc10495c08168a12849e250fd1b449ce8f5 | |
parent | 1b9d5cf69aa6b4f17ba09d184d8d66a8966a1170 (diff) |
disable SVR4 compat by default; ok kettenis
-rw-r--r-- | sys/arch/sparc/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC index 4270707afb9..7c35345baa9 100644 --- a/sys/arch/sparc/conf/GENERIC +++ b/sys/arch/sparc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.98 2010/07/10 19:32:20 miod Exp $ +# $OpenBSD: GENERIC,v 1.99 2010/08/30 20:40:39 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -26,8 +26,8 @@ option SUN4M # sun4m - SS10, SS20, Classic, etc. #option KGDBDEV=0xc01 # kgdb device number (dev_t) #option KGDBRATE=38400 # baud rate -option COMPAT_SVR4 # compatibility with SVR4 binaries -option PROCFS # /proc +#option COMPAT_SVR4 # compatibility with SVR4 binaries +#option PROCFS # /proc for SVR4 option WSEMUL_SUN # provide sun terminal emulation; required option WSEMUL_NO_VT100 # do not provide vt100 terminal emulation |