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/mac68k/conf | |
parent | 62981d11e71af2ee268240d025a8fa35e82986ee (diff) |
disable TCP_COMPAT_42
Diffstat (limited to 'sys/arch/mac68k/conf')
-rw-r--r-- | sys/arch/mac68k/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/mac68k/conf/OCELOT | 4 | ||||
-rw-r--r-- | sys/arch/mac68k/conf/PUMA | 4 | ||||
-rw-r--r-- | sys/arch/mac68k/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/mac68k/conf/SPOT | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/mac68k/conf/GENERIC b/sys/arch/mac68k/conf/GENERIC index 4be1bd9fa11..8ef9d6f3474 100644 --- a/sys/arch/mac68k/conf/GENERIC +++ b/sys/arch/mac68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.7 1996/08/10 21:37:39 briggs Exp $ +# $OpenBSD: GENERIC,v 1.8 1996/08/31 02:09:22 deraadt Exp $ # $NetBSD: GENERIC,v 1.38 1996/08/05 01:52:13 scottr Exp $ # # GENERIC @@ -39,7 +39,7 @@ options SCSI # Networking options options INET -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 ISO # OSI networking #options TPIP diff --git a/sys/arch/mac68k/conf/OCELOT b/sys/arch/mac68k/conf/OCELOT index 7246b238384..ee73be31869 100644 --- a/sys/arch/mac68k/conf/OCELOT +++ b/sys/arch/mac68k/conf/OCELOT @@ -1,4 +1,4 @@ -# $OpenBSD: OCELOT,v 1.6 1996/08/10 21:37:40 briggs Exp $ +# $OpenBSD: OCELOT,v 1.7 1996/08/31 02:09:22 deraadt Exp $ # $NetBSD: OCELOT,v 1.11 1996/08/05 01:52:14 scottr Exp $ # # OCELOT @@ -31,7 +31,7 @@ options SCSI # Networking options options INET -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 COMPAT_42 options COMPAT_43 diff --git a/sys/arch/mac68k/conf/PUMA b/sys/arch/mac68k/conf/PUMA index 7105fca6581..814661adec0 100644 --- a/sys/arch/mac68k/conf/PUMA +++ b/sys/arch/mac68k/conf/PUMA @@ -1,4 +1,4 @@ -# $OpenBSD: PUMA,v 1.6 1996/08/10 21:37:40 briggs Exp $ +# $OpenBSD: PUMA,v 1.7 1996/08/31 02:09:23 deraadt Exp $ # $NetBSD: PUMA,v 1.13 1996/08/05 01:52:15 scottr Exp $ # # PUMA @@ -32,7 +32,7 @@ options SCSI # Networking options options INET -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 COMPAT_42 options COMPAT_43 diff --git a/sys/arch/mac68k/conf/RAMDISK b/sys/arch/mac68k/conf/RAMDISK index 1e59e26b1e7..ef736d859c6 100644 --- a/sys/arch/mac68k/conf/RAMDISK +++ b/sys/arch/mac68k/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.5 1996/08/10 21:37:41 briggs Exp $ +# $OpenBSD: RAMDISK,v 1.6 1996/08/31 02:09:23 deraadt Exp $ # $NetBSD: RAMDISK,v 1.6 1996/08/05 01:52:16 scottr Exp $ # RAMDISK @@ -28,7 +28,7 @@ options SCSI # Networking options options INET -options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP +#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP # Mac-specific options options M68040 diff --git a/sys/arch/mac68k/conf/SPOT b/sys/arch/mac68k/conf/SPOT index 948ce314089..625b68a0693 100644 --- a/sys/arch/mac68k/conf/SPOT +++ b/sys/arch/mac68k/conf/SPOT @@ -1,4 +1,4 @@ -# $OpenBSD: SPOT,v 1.4 1996/08/10 21:37:41 briggs Exp $ +# $OpenBSD: SPOT,v 1.5 1996/08/31 02:09:24 deraadt Exp $ # $NetBSD: SPOT,v 1.11 1996/08/05 01:52:17 scottr Exp $ # # SPOT @@ -44,7 +44,7 @@ options SCSI # Networking options options INET -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 ISO # OSI networking #options TPIP |