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/arc/conf/GENERIC | |
parent | 62981d11e71af2ee268240d025a8fa35e82986ee (diff) |
disable TCP_COMPAT_42
Diffstat (limited to 'sys/arch/arc/conf/GENERIC')
-rw-r--r-- | sys/arch/arc/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/arc/conf/GENERIC b/sys/arch/arc/conf/GENERIC index 21cfe44324b..9e0a6ce73f7 100644 --- a/sys/arch/arc/conf/GENERIC +++ b/sys/arch/arc/conf/GENERIC @@ -50,7 +50,7 @@ options FDESC # user file descriptor filesystem # Networking options options INET # Internet protocols -options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP +#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP options GATEWAY # IP packet forwarding #options MULTICAST # Multicast support #options MROUTING # Multicast routing support |