summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2011-04-16 19:09:42 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2011-04-16 19:09:42 +0000
commit831faad2a1cf9f7ac6ed01266032243ab0c35030 (patch)
treeabc044b65fefa1bb0550d67ff431ba3720bfe68e /sys
parentc9c962ef3d8d8b60db309c45a20d99b6e27cad53 (diff)
Fix kernel build after guenther@'s signal changes.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc/sparc/svr4_machdep.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc/sparc/svr4_machdep.c b/sys/arch/sparc/sparc/svr4_machdep.c
index ac557916175..a2dde35c7fd 100644
--- a/sys/arch/sparc/sparc/svr4_machdep.c
+++ b/sys/arch/sparc/sparc/svr4_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: svr4_machdep.c,v 1.15 2011/04/15 04:52:40 guenther Exp $ */
+/* $OpenBSD: svr4_machdep.c,v 1.16 2011/04/16 19:09:41 miod Exp $ */
/* $NetBSD: svr4_machdep.c,v 1.24 1997/07/29 10:04:45 fair Exp $ */
/*
@@ -216,7 +216,6 @@ svr4_setcontext(p, uc)
struct proc *p;
struct svr4_ucontext *uc;
{
- struct sigacts *psp = p->p_sigacts;
register struct trapframe *tf;
svr4_greg_t *r = uc->uc_mcontext.greg;
struct svr4_sigaltstack *s = &uc->uc_stack;