diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-31 02:09:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-31 02:09:45 +0000 |
commit | cbc633f1c7492409eab24e6695ca9ae5fb2554a6 (patch) | |
tree | 9cbdc5e83ce60594056a560595210a7d70b2380d /sys/arch/i386/conf/OPRAH | |
parent | 62981d11e71af2ee268240d025a8fa35e82986ee (diff) |
disable TCP_COMPAT_42
Diffstat (limited to 'sys/arch/i386/conf/OPRAH')
-rw-r--r-- | sys/arch/i386/conf/OPRAH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/OPRAH b/sys/arch/i386/conf/OPRAH index b4b88b4ae79..2b878202a97 100644 --- a/sys/arch/i386/conf/OPRAH +++ b/sys/arch/i386/conf/OPRAH @@ -36,7 +36,7 @@ option COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8, option COMPAT_09 # NetBSD 0.9, option COMPAT_10 # NetBSD 1.0, 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 COMPAT_SVR4 # binary compatibility with SVR4 option COMPAT_IBCS2 # binary compatibility with SCO and ISC |