Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/alpha/conf Pull up revision 1.151 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/802bc7eaa12a
branches:  netbsd-1-5
changeset: 492624:802bc7eaa12a
user:      he <he%NetBSD.org@localhost>
date:      Tue Jan 29 22:33:32 2002 +0000

description:
Pull up revision 1.151 (requested by simonb):
  We need the compat_13 sys_sigreturn to do OSF1 emulation.  Fixes
  PR#8788.

diffstat:

 sys/arch/alpha/conf/files.alpha |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 69070bccd466 -r 802bc7eaa12a sys/arch/alpha/conf/files.alpha
--- a/sys/arch/alpha/conf/files.alpha   Tue Jan 29 22:21:44 2002 +0000
+++ b/sys/arch/alpha/conf/files.alpha   Tue Jan 29 22:33:32 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.alpha,v 1.118.2.4 2001/10/25 18:00:12 he Exp $
+# $NetBSD: files.alpha,v 1.118.2.5 2002/01/29 22:33:32 he Exp $
 #
 # alpha-specific configuration info
 
@@ -519,7 +519,7 @@
 file   arch/alpha/alpha/db_trace.c             ddb
 
 # Binary compatibility with previous NetBSD releases (COMPAT_XX)
-file   arch/alpha/alpha/compat_13_machdep.c    compat_13
+file   arch/alpha/alpha/compat_13_machdep.c    compat_13 | compat_osf1
 
 # OSF/1 Binary Compatibility (COMPAT_OSF1)
 include "compat/osf1/files.osf1"



Home | Main Index | Thread Index | Old Index