diff options
author | 2014-06-22 21:15:51 +0000 | |
---|---|---|
committer | 2014-06-22 21:15:51 +0000 | |
commit | 048a2fea2a041bf039245ea111bf28ffcc93b1e0 (patch) | |
tree | c2ebf1da92a1f8669f3d3cb327c7165d5bd338be | |
parent | KNF, particularly wrapped lines of calls to PEM_read_bio_FOO() and (diff) | |
download | wireguard-openbsd-048a2fea2a041bf039245ea111bf28ffcc93b1e0.tar.xz wireguard-openbsd-048a2fea2a041bf039245ea111bf28ffcc93b1e0.zip |
PROCFS has been broken for months without complaints, so stop building it
suggested by sthen@
-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 8e7d2c12b73..30e5df039a1 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.776 2014/04/20 00:08:26 dlg Exp $ +# $OpenBSD: GENERIC,v 1.777 2014/06/22 21:15:51 guenther Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -26,7 +26,7 @@ option MTRR # CPU memory range attributes control option COMPAT_LINUX # binary compatibility with Linux -option PROCFS # /proc +#option PROCFS # /proc, currently broken option NTFS # NTFS support option HIBERNATE # Hibernate support |