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 | |
parent | 62981d11e71af2ee268240d025a8fa35e82986ee (diff) |
disable TCP_COMPAT_42
Diffstat (limited to 'sys/arch/amiga/conf')
-rw-r--r-- | sys/arch/amiga/conf/COFFEE | 4 | ||||
-rw-r--r-- | sys/arch/amiga/conf/CRASH | 4 | ||||
-rw-r--r-- | sys/arch/amiga/conf/DRACO | 2 | ||||
-rw-r--r-- | sys/arch/amiga/conf/FILIPPA | 4 | ||||
-rw-r--r-- | sys/arch/amiga/conf/INSTALL | 4 |
5 files changed, 9 insertions, 9 deletions
diff --git a/sys/arch/amiga/conf/COFFEE b/sys/arch/amiga/conf/COFFEE index 5b2dce38f63..50370189d41 100644 --- a/sys/arch/amiga/conf/COFFEE +++ b/sys/arch/amiga/conf/COFFEE @@ -1,4 +1,4 @@ -# $OpenBSD: COFFEE,v 1.4 1996/08/19 00:28:45 niklas Exp $ +# $OpenBSD: COFFEE,v 1.5 1996/08/31 02:08:57 deraadt Exp $ # $NetBSD: COFFEE,v 1.12 1995/10/09 02:08:35 chopps Exp $ # @@ -70,7 +70,7 @@ option "COMPAT_10" # compatability with older NetBSD release option "COMPAT_09" # compatability with older NetBSD release option "COMPAT_43" # 4.3 BSD compatible system calls option COMPAT_SUNOS # Support to run Sun (m68k) executables -option "TCP_COMPAT_42" # Use 4.2 BSD style TCP +#option "TCP_COMPAT_42" # Use 4.2 BSD style TCP option "COMPAT_NOMID" # allow nonvalid machine id executables #option COMPAT_HPUX # HP300 compatability 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 diff --git a/sys/arch/amiga/conf/DRACO b/sys/arch/amiga/conf/DRACO index 4d1da50128b..01b8e4f2fa1 100644 --- a/sys/arch/amiga/conf/DRACO +++ b/sys/arch/amiga/conf/DRACO @@ -72,7 +72,7 @@ option MSDOSFS # MS-DOS filesystem # #option "COMPAT_10" # compatability with older NetBSD release #option COMPAT_SUNOS # Support to run Sun (m68k) executables -option "TCP_COMPAT_42" # Use 4.2 BSD style TCP +#option "TCP_COMPAT_42" # Use 4.2 BSD style TCP option "COMPAT_NOMID" # allow nonvalid machine id executables #option COMPAT_HPUX # HP300 compatability diff --git a/sys/arch/amiga/conf/FILIPPA b/sys/arch/amiga/conf/FILIPPA index d80529378ac..8d961b90009 100644 --- a/sys/arch/amiga/conf/FILIPPA +++ b/sys/arch/amiga/conf/FILIPPA @@ -1,4 +1,4 @@ -# $OpenBSD: FILIPPA,v 1.7 1996/08/19 00:20:50 niklas Exp $ +# $OpenBSD: FILIPPA,v 1.8 1996/08/31 02:08:59 deraadt Exp $ # # Niklas' AMIGA with ISA support @@ -68,7 +68,7 @@ option "COMPAT_10" # compatability with older NetBSD release option "COMPAT_09" # compatability with older NetBSD release option "COMPAT_43" # 4.3 BSD compatible system calls option COMPAT_SUNOS # Support to run Sun (m68k) executables -option "TCP_COMPAT_42" # Use 4.2 BSD style TCP +#option "TCP_COMPAT_42" # Use 4.2 BSD style TCP option "COMPAT_NOMID" # allow nonvalid machine id executables #option COMPAT_HPUX # HP300 compatability diff --git a/sys/arch/amiga/conf/INSTALL b/sys/arch/amiga/conf/INSTALL index 045d6e24f30..a7ebf2ad589 100644 --- a/sys/arch/amiga/conf/INSTALL +++ b/sys/arch/amiga/conf/INSTALL @@ -1,4 +1,4 @@ -# $OpenBSD: INSTALL,v 1.3 1996/08/23 19:06:52 niklas Exp $ +# $OpenBSD: INSTALL,v 1.4 1996/08/31 02:09:00 deraadt Exp $ # $NetBSD: INSTALL,v 1.2.2.1 1996/05/30 21:25:49 is Exp $ # @@ -79,7 +79,7 @@ option "COMPAT_10" # compatability with older NetBSD release option "COMPAT_09" # compatability with older NetBSD release option "COMPAT_43" # 4.3 BSD compatible system calls #option COMPAT_SUNOS # Support to run Sun (m68k) executables -option "TCP_COMPAT_42" # Use 4.2 BSD style TCP +#option "TCP_COMPAT_42" # Use 4.2 BSD style TCP option "COMPAT_NOMID" # allow nonvalid machine id executables #option COMPAT_HPUX # HP300 compatability |