diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-06-21 06:49:27 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-06-21 06:49:27 +0000 |
commit | 4fc80112e1e406d43f8532b6daabb75909e2fa4f (patch) | |
tree | 6c1789bccb0f4db28f810baeb73f8949af8181a9 /sys/conf | |
parent | df077bf9a386a48e15f05acded23d0d3abc871d1 (diff) |
Actually enabling the __tfork compat code would be a Good Thing
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/GENERIC | 3 |
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 |