Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/conf Pull in `sparc/compat_13_machdep.c' for ...



details:   https://anonhg.NetBSD.org/src/rev/d96eb949446c
branches:  trunk
changeset: 473873:d96eb949446c
user:      pk <pk%NetBSD.org@localhost>
date:      Sun Jun 20 16:30:22 1999 +0000

description:
Pull in `sparc/compat_13_machdep.c' for SunOS compatibility too.

diffstat:

 sys/arch/sparc/conf/files.sparc |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r a28b5d4fa904 -r d96eb949446c sys/arch/sparc/conf/files.sparc
--- a/sys/arch/sparc/conf/files.sparc   Sun Jun 20 16:00:14 1999 +0000
+++ b/sys/arch/sparc/conf/files.sparc   Sun Jun 20 16:30:22 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.sparc,v 1.76 1999/06/07 20:31:34 thorpej Exp $
+#      $NetBSD: files.sparc,v 1.77 1999/06/20 16:30:22 pk Exp $
 
 # @(#)files.sparc      8.1 (Berkeley) 7/19/93
 # sparc-specific configuration info
@@ -266,7 +266,8 @@
 include "compat/aout/files.aout"
 
 # Binary compatibility with previous NetBSD releases (COMPAT_XX)
-file   arch/sparc/sparc/compat_13_machdep.c    compat_13
+# Note: SunOS compatibility also uses some of `compat_13_machdep.c'
+file   arch/sparc/sparc/compat_13_machdep.c    compat_13 | compat_sunos
 
 # Miscellaneous
 file   netns/ns_cksum.c                ns



Home | Main Index | Thread Index | Old Index