summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2011-04-16 19:09:41 +0000
committermiod <miod@openbsd.org>2011-04-16 19:09:41 +0000
commit02b6edddaa1a04cbee024da46d3b2950eaa984c8 (patch)
treeee73f2f106c3f05cc2c46d14ad6a2a0afa6b4f54 /sys/arch/sparc
parentBlend in some code from netbsd and freebsd that reduces memory consumption (diff)
downloadwireguard-openbsd-02b6edddaa1a04cbee024da46d3b2950eaa984c8.tar.xz
wireguard-openbsd-02b6edddaa1a04cbee024da46d3b2950eaa984c8.zip
Fix kernel build after guenther@'s signal changes.
Diffstat (limited to 'sys/arch/sparc')
-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;