diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2013-08-14 05:28:05 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2013-08-14 05:28:05 +0000 |
commit | 18359d659dc6d1787630809adba2563122681b41 (patch) | |
tree | 62bc1583d1c0ba1421dc52cd7c40965cf6178348 | |
parent | 485d6e3ddd937eae35b00914bd6158f0f28bea5c (diff) |
The last user of the old __tfork() was updated to the current one,
so COMPAT_O51 can go. The complete ABI role means COMPAT_O53 can
be removed as well.
ok jsing@ tedu@
-rw-r--r-- | sys/conf/GENERIC | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 2e0fc9d8616..55ef74cac56 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.198 2013/08/07 22:00:29 naddy Exp $ +# $OpenBSD: GENERIC,v 1.199 2013/08/14 05:28:04 guenther Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -29,8 +29,6 @@ option SYSVSHM # System V-like memory sharing option UVM_SWAP_ENCRYPT# support encryption of pages going to swap option COMPAT_43 # Kernel compatibility with 4.3BSD -option COMPAT_O51 # Kernel compatibility with OpenBSD 5.1 -option COMPAT_O53 # Kernel compatibility with OpenBSD 5.3 option LKM # loadable kernel modules |