summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2012-09-05 17:41:14 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2012-09-05 17:41:14 +0000
commita3edc83d75d84d7da7bee354bd2de161597c9389 (patch)
tree7ad2e47df1b18a33d298ea8ca4f081a2ba0f0885 /sys
parent2a8a78eae9f7321c4105fa212eb5e65a628cd762 (diff)
COMPAT_O48 can be turned off; ok guenther
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/GENERIC3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index b53d3eb95e8..c650efbe3f6 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.190 2012/08/23 06:12:49 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.191 2012/09/05 17:41:13 deraadt Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -29,7 +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_O48 # Kernel compatibility with OpenBSD 4.8
option COMPAT_O51 # Kernel compatibility with OpenBSD 5.1
option LKM # loadable kernel modules