summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-08-31 01:58:49 +0000
committerderaadt <deraadt@openbsd.org>1996-08-31 01:58:49 +0000
commit020431ccd8c711c7945870d43b08e941bde738e3 (patch)
tree4540f0dcadbbcf2d479df36a438a4287802411bc
parentkill leaks; help from das33@cornell.edu (diff)
downloadwireguard-openbsd-020431ccd8c711c7945870d43b08e941bde738e3.tar.xz
wireguard-openbsd-020431ccd8c711c7945870d43b08e941bde738e3.zip
disable TCP_COMPAT_42 by default
-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