From a583e1d1dc518ce6ed6b5d13f9984bf5111f0869 Mon Sep 17 00:00:00 2001 From: ross Date: Tue, 22 Jan 2002 18:37:06 +0000 Subject: [PATCH] we need the compat_13 sys_sigreturn to do osf1 emulation closes port-alpha/8788 --- sys/arch/alpha/conf/files.alpha | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha index 5129e2994745..89b71504a10e 100644 --- a/sys/arch/alpha/conf/files.alpha +++ b/sys/arch/alpha/conf/files.alpha @@ -1,4 +1,4 @@ -# $NetBSD: files.alpha,v 1.150 2002/01/21 21:57:02 jdolecek Exp $ +# $NetBSD: files.alpha,v 1.151 2002/01/22 18:37:06 ross Exp $ # # alpha-specific configuration info @@ -544,7 +544,7 @@ file arch/alpha/alpha/db_trace.c ddb file arch/alpha/alpha/kgdb_machdep.c kgdb # 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"