summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-31 01:58:50 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-31 01:58:50 +0000
commit8af88655c7310876e2f90bc29c02e2e07809f8d2 (patch)
tree12b0fc0267d1504cf1bba848b866d734bc37bbe2 /sys/conf
parent50a7ca7f2cb0d665d89d12dc3a5325e80a28fc52 (diff)
disable TCP_COMPAT_42 by default
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 5c9ffc9fc99..49525b2257b 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.9 1996/08/29 07:40:24 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.10 1996/08/31 01:58:49 deraadt Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -27,7 +27,7 @@ option COMPAT_09 # NetBSD 0.9,
option COMPAT_10 # NetBSD 1.0,
option COMPAT_11 # NetBSD 1.1,
option COMPAT_43 # and 4.3BSD
-option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
option LKM # loadable kernel modules