summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/hppa64/hppa64/trap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa64/hppa64/trap.c b/sys/arch/hppa64/hppa64/trap.c
index 7d78bd8c2a1..00016918484 100644
--- a/sys/arch/hppa64/hppa64/trap.c
+++ b/sys/arch/hppa64/hppa64/trap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.c,v 1.9 2010/05/24 15:06:05 deraadt Exp $ */
+/* $OpenBSD: trap.c,v 1.10 2010/07/01 04:33:59 jsing Exp $ */
/*
* Copyright (c) 2005 Michael Shalayeff
@@ -115,7 +115,7 @@ u_char hppa64_regmap[32] = {
offsetof(struct trapframe, tf_r31) / 8,
};
-void userret(struct proc *p);
+void userret(struct proc *p, register_t pc, u_quad_t oticks);
void
userret(struct proc *p, register_t pc, u_quad_t oticks)