summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-03-02 01:13:14 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-03-02 01:13:14 +0000
commitfdd02ca007ad813e1ebc8ed7f27ca6207425181d (patch)
tree2810b32ee4269a14ae4568718e73320076848778 /sys/conf
parentf02c8eba176d1d5da3aeca63040729cce8e2a0a4 (diff)
disable COMPAT_25; ok miod millert
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index f6973aaceb0..0d0af0019bb 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.102 2004/02/10 21:20:17 millert Exp $
+# $OpenBSD: GENERIC,v 1.103 2004/03/02 01:13:13 deraadt Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -24,7 +24,7 @@ option SYSVSHM # System V-like memory sharing
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_25 # 2.5,
option COMPAT_43 # and 4.3BSD
#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD