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/amiga/conf/CRASH | |
parent | 62981d11e71af2ee268240d025a8fa35e82986ee (diff) |
disable TCP_COMPAT_42
Diffstat (limited to 'sys/arch/amiga/conf/CRASH')
-rw-r--r-- | sys/arch/amiga/conf/CRASH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amiga/conf/CRASH b/sys/arch/amiga/conf/CRASH index 6175dad331a..8c6cd896b48 100644 --- a/sys/arch/amiga/conf/CRASH +++ b/sys/arch/amiga/conf/CRASH @@ -1,4 +1,4 @@ -# $OpenBSD: CRASH,v 1.2 1996/06/04 13:34:14 niklas Exp $ +# $OpenBSD: CRASH,v 1.3 1996/08/31 02:08:58 deraadt Exp $ # $NetBSD: GENERIC,v 1.56 1996/04/30 17:40:34 is Exp $ # @@ -71,7 +71,7 @@ options "COMPAT_10" # compatability with older NetBSD release options "COMPAT_09" # compatability with older NetBSD release options "COMPAT_43" # 4.3 BSD compatible system calls options COMPAT_SUNOS # Support to run Sun (m68k) executables -options "TCP_COMPAT_42" # Use 4.2 BSD style TCP +#options "TCP_COMPAT_42" # Use 4.2 BSD style TCP options "COMPAT_NOMID" # allow nonvalid machine id executables #options COMPAT_HPUX # HP300 compatability |