Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/sys/arch/sparc64/conf Fix fallout from ticket #1500: COMP...



details:   https://anonhg.NetBSD.org/src/rev/b1e5a17af646
branches:  netbsd-6
changeset: 319714:b1e5a17af646
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Jun 07 18:01:51 2018 +0000

description:
Fix fallout from ticket #1500: COMPAT_SVR4* has been disabled, do not
disable it here again.

diffstat:

 sys/arch/sparc64/conf/GENERIC32 |  6 +++---
 sys/arch/sparc64/conf/NONPLUS   |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r 28fb45d62031 -r b1e5a17af646 sys/arch/sparc64/conf/GENERIC32
--- a/sys/arch/sparc64/conf/GENERIC32   Tue May 22 14:40:58 2018 +0000
+++ b/sys/arch/sparc64/conf/GENERIC32   Thu Jun 07 18:01:51 2018 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: GENERIC32,v 1.140 2006/06/30 10:27:48 tsutsui Exp $
+# $NetBSD: GENERIC32,v 1.140.102.1 2018/06/07 18:01:51 martin Exp $
 #
 # GENERIC machine description file for 32-bit kernel
 #
 
 include        "arch/sparc64/conf/GENERIC"
 
-#ident         "GENERIC32-$Revision: 1.140 $"
+#ident         "GENERIC32-$Revision: 1.140.102.1 $"
 
 include        "arch/sparc64/conf/std.sparc64-32"
 
 no options     COMPAT_NETBSD32
-no options     COMPAT_SVR4_32
+#no options    COMPAT_SVR4_32
diff -r 28fb45d62031 -r b1e5a17af646 sys/arch/sparc64/conf/NONPLUS
--- a/sys/arch/sparc64/conf/NONPLUS     Tue May 22 14:40:58 2018 +0000
+++ b/sys/arch/sparc64/conf/NONPLUS     Thu Jun 07 18:01:51 2018 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: NONPLUS,v 1.58 2006/06/30 10:27:48 tsutsui Exp $
+#      $NetBSD: NONPLUS,v 1.58.102.1 2018/06/07 18:01:51 martin Exp $
 
 include "arch/sparc64/conf/NONPLUS64"
 include "arch/sparc64/conf/std.sparc64-32"
 
-#ident                 "NONPLUS-$Revision: 1.58 $"
+#ident                 "NONPLUS-$Revision: 1.58.102.1 $"
 
 no options     COMPAT_NETBSD32 # NetBSD/sparc binary compatibility
-no options     COMPAT_SVR4_32  # 32-bit SVR4 binaries
+#no options    COMPAT_SVR4_32  # 32-bit SVR4 binaries



Home | Main Index | Thread Index | Old Index