summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-11-25 10:18:26 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-11-25 10:18:26 +0000
commitfc98762f8c1169c3599ecbf5fe96fe10a507c9be (patch)
treeb3b9a37697a666bf13749d092846cfe50bff372d
parenta265844618d4c900f0881d2d404cdf16aa6c0a34 (diff)
turn off COMPAT_35; ok miod
-rw-r--r--sys/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index a523f713bdf..8f6764030f5 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.134 2007/06/15 23:01:42 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.135 2007/11/25 10:18:25 deraadt Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -26,7 +26,7 @@ option UVM_SWAP_ENCRYPT# support encryption of pages going to swap
#option COMPAT_23 # Kernel compatibility with OpenBSD 2.3,
#option COMPAT_25 # 2.5,
-option COMPAT_35 # 3.5,
+#option COMPAT_35 # 3.5,
option COMPAT_43 # and 4.3BSD
#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD