diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-31 02:05:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-31 02:05:37 +0000 |
commit | 62981d11e71af2ee268240d025a8fa35e82986ee (patch) | |
tree | 14054e8eff7c645d82e0026c94b28163e65f73e0 /sys/arch/amiga | |
parent | d9905ab51c038b60a3d5794b42f78a98bf4bb323 (diff) |
disable TCP_COMPAT_42
Diffstat (limited to 'sys/arch/amiga')
-rw-r--r-- | sys/arch/amiga/conf/A3000 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/amiga/conf/A3000 b/sys/arch/amiga/conf/A3000 index 0ebb5534074..4409180a277 100644 --- a/sys/arch/amiga/conf/A3000 +++ b/sys/arch/amiga/conf/A3000 @@ -49,7 +49,7 @@ options DEVPAGER # Pager options "COMPAT_09" # fs type binary compatability (name vs number) options COMPAT_SUNOS # Support to run Sun-3 executables options "COMPAT_43" # 4.3 BSD compatible system calls -options "TCP_COMPAT_42" # Use 4.2 BSD style TCP +#options "TCP_COMPAT_42" # Use 4.2 BSD style TCP options "COMPAT_NOMID" # ??? # |