summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-11-27 17:23:24 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-11-27 17:23:24 +0000
commit107b214250e4f79519ae27ac325c1b347cb3df8d (patch)
tree252e60f493720c2ca9dcd9c933f1afa02143afc5 /sys/conf
parent336a74325b737793f3dcbbf25488657fbabcec2e (diff)
TCP_COMPAT_42 was last used in 1997. Kill it.
ok millert
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/GENERIC3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index 9dc6a520fda..be7005304cc 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.136 2007/11/25 16:14:10 marco Exp $
+# $OpenBSD: GENERIC,v 1.137 2007/11/27 17:23:23 deraadt Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -28,7 +28,6 @@ option UVM_SWAP_ENCRYPT# support encryption of pages going to swap
#option COMPAT_25 # 2.5,
#option COMPAT_35 # 3.5,
option COMPAT_43 # and 4.3BSD
-#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
option LKM # loadable kernel modules