Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/4c0a8228a9aa
branches:  netbsd-6-1
changeset: 776338:4c0a8228a9aa
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Jun 07 18:04:12 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 4a3204b10a3e -r 4c0a8228a9aa sys/arch/sparc64/conf/GENERIC32
--- a/sys/arch/sparc64/conf/GENERIC32   Tue May 22 14:45:21 2018 +0000
+++ b/sys/arch/sparc64/conf/GENERIC32   Thu Jun 07 18:04:12 2018 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: GENERIC32,v 1.140 2006/06/30 10:27:48 tsutsui Exp $
+# $NetBSD: GENERIC32,v 1.140.118.1 2018/06/07 18:04:12 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.118.1 $"
 
 include        "arch/sparc64/conf/std.sparc64-32"
 
 no options     COMPAT_NETBSD32
-no options     COMPAT_SVR4_32
+#no options    COMPAT_SVR4_32
diff -r 4a3204b10a3e -r 4c0a8228a9aa sys/arch/sparc64/conf/NONPLUS
--- a/sys/arch/sparc64/conf/NONPLUS     Tue May 22 14:45:21 2018 +0000
+++ b/sys/arch/sparc64/conf/NONPLUS     Thu Jun 07 18:04:12 2018 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: NONPLUS,v 1.58 2006/06/30 10:27:48 tsutsui Exp $
+#      $NetBSD: NONPLUS,v 1.58.118.1 2018/06/07 18:04:12 martin Exp $
 
 include "arch/sparc64/conf/NONPLUS64"
 include "arch/sparc64/conf/std.sparc64-32"
 
-#ident                 "NONPLUS-$Revision: 1.58 $"
+#ident                 "NONPLUS-$Revision: 1.58.118.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