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/sparc/conf/SUN4 | |
parent | 62981d11e71af2ee268240d025a8fa35e82986ee (diff) |
disable TCP_COMPAT_42
Diffstat (limited to 'sys/arch/sparc/conf/SUN4')
-rw-r--r-- | sys/arch/sparc/conf/SUN4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sparc/conf/SUN4 b/sys/arch/sparc/conf/SUN4 index 366faf28efc..bd047e47af3 100644 --- a/sys/arch/sparc/conf/SUN4 +++ b/sys/arch/sparc/conf/SUN4 @@ -37,7 +37,7 @@ option UNION # union file system # Networking options option INET -option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP +#option TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP #option GATEWAY # IP packet forwarding #option ISO # OSI networking #option TPIP |