From 47c507f8fdd3f619f09a79b15b8f5a7bd59cd6c9 Mon Sep 17 00:00:00 2001 From: briggs Date: Sun, 15 Oct 1995 03:01:57 +0000 Subject: [PATCH] SUNOS_SYS_sunos_sigreturn -> SUNOS_SYS_ sigreturn. --- sys/arch/mac68k/mac68k/trap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/mac68k/mac68k/trap.c b/sys/arch/mac68k/mac68k/trap.c index 43af8aebf5d2..8a13adb68d33 100644 --- a/sys/arch/mac68k/mac68k/trap.c +++ b/sys/arch/mac68k/mac68k/trap.c @@ -1,4 +1,4 @@ -/* $NetBSD: trap.c,v 1.32 1995/08/31 03:22:55 briggs Exp $ */ +/* $NetBSD: trap.c,v 1.33 1995/10/15 03:01:57 briggs Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -431,7 +431,7 @@ copyfault: if (ssir & SIR_SERIAL) { siroff(SIR_SERIAL); cnt.v_soft++; - sersir(); + zssoft(0); } if (ssir & SIR_NET) { siroff(SIR_NET); @@ -914,7 +914,7 @@ syscall(code, frame) * on the stack to skip, the argument follows the syscall * number without a gap. */ - if (code != SUNOS_SYS_sunos_sigreturn) { + if (code != SUNOS_SYS_sigreturn) { frame.f_regs[SP] += sizeof (int); /* * remember that we adjusted the SP,