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/sun3/conf/SMD_TEST | |
parent | 62981d11e71af2ee268240d025a8fa35e82986ee (diff) |
disable TCP_COMPAT_42
Diffstat (limited to 'sys/arch/sun3/conf/SMD_TEST')
-rw-r--r-- | sys/arch/sun3/conf/SMD_TEST | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sun3/conf/SMD_TEST b/sys/arch/sun3/conf/SMD_TEST index a4a2d61380f..db754dc6434 100644 --- a/sys/arch/sun3/conf/SMD_TEST +++ b/sys/arch/sun3/conf/SMD_TEST @@ -45,7 +45,7 @@ options COMPAT_SUNOS # can run SunOS 4.1.1 executables options COMPAT_10 # NetBSD 1.0, options COMPAT_11 # NetBSD 1.1, options COMPAT_43 # and 4.3BSD -options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD +#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD options UCONSOLE # Allow non-root TIOCCONS # Sun3-specific debugging options |