diff options
author | 2012-06-21 06:49:26 +0000 | |
---|---|---|
committer | 2012-06-21 06:49:26 +0000 | |
commit | d94ee005a25e6c36b923cb64ccaab28e02da0fc8 (patch) | |
tree | ceb8299fcc0b07a8f69d36a25e3c1c0a3201bc95 | |
parent | A piece of this is still needed (diff) | |
download | wireguard-openbsd-d94ee005a25e6c36b923cb64ccaab28e02da0fc8.tar.xz wireguard-openbsd-d94ee005a25e6c36b923cb64ccaab28e02da0fc8.zip |
Actually enabling the __tfork compat code would be a Good Thing
-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 |