From 22fc20d5d5e058c3bc9c5545a4ccc26ccd9207e4 Mon Sep 17 00:00:00 2001 From: kstailey Date: Sat, 5 Apr 1997 20:44:25 +0000 Subject: [PATCH] sendsig and sys_sigreturn are in m68k area now --- sys/arch/sun3/sun3/machdep.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/sun3/sun3/machdep.c b/sys/arch/sun3/sun3/machdep.c index d30ea84b648..a01036238f8 100644 --- a/sys/arch/sun3/sun3/machdep.c +++ b/sys/arch/sun3/sun3/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.18 1997/04/05 20:32:49 kstailey Exp $ */ +/* $OpenBSD: machdep.c,v 1.19 1997/04/05 20:44:25 kstailey Exp $ */ /* $NetBSD: machdep.c,v 1.77 1996/10/13 03:47:51 christos Exp $ */ /* @@ -508,6 +508,7 @@ int sigpid = 0; #define SDB_FPSTATE 0x04 #endif +#if 0 /* in m68k */ /* * Send an interrupt to process. */ @@ -795,6 +796,7 @@ sys_sigreturn(p, v, retval) #endif return (EJUSTRETURN); } +#endif /* -- 2.20.1