From e81348df5fdab747d0029f26b3adc1a81634db98 Mon Sep 17 00:00:00 2001 From: glass Date: Fri, 8 Apr 1994 16:49:18 +0000 Subject: [PATCH] sys to sun_sys --- sys/arch/sun3/sun3/trap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arch/sun3/sun3/trap.c b/sys/arch/sun3/sun3/trap.c index a905ba26b5f0..5f690593a011 100644 --- a/sys/arch/sun3/sun3/trap.c +++ b/sys/arch/sun3/sun3/trap.c @@ -550,7 +550,7 @@ syscall(code, frame) /* XXX don't do this for sun_sigreturn, as there's no XXX stored pc on the stack to skip, the argument follows XXX the syscall number without a gap. */ - if (code != SYS_sigreturn) + if (code != SUN_SYS_sigreturn) { frame.f_regs[SP] += sizeof (int); /* remember that we adjusted the SP, might have to undo