summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorPhilip Guenthe <guenther@cvs.openbsd.org>2012-06-21 06:49:27 +0000
committerPhilip Guenthe <guenther@cvs.openbsd.org>2012-06-21 06:49:27 +0000
commit4fc80112e1e406d43f8532b6daabb75909e2fa4f (patch)
tree6c1789bccb0f4db28f810baeb73f8949af8181a9 /sys/conf
parentdf077bf9a386a48e15f05acded23d0d3abc871d1 (diff)
Actually enabling the __tfork compat code would be a Good Thing
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/GENERIC3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index aa7ed253792..29850279fb9 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.186 2012/02/15 04:50:23 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.187 2012/06/21 06:49:26 guenther Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -30,6 +30,7 @@ option UVM_SWAP_ENCRYPT# support encryption of pages going to swap
option COMPAT_43 # Kernel compatibility with 4.3BSD
option COMPAT_O48 # Kernel compatibility with OpenBSD 4.8
+option COMPAT_O51 # Kernel compatibility with OpenBSD 5.1
option LKM # loadable kernel modules