summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2010-07-01 04:34:00 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2010-07-01 04:34:00 +0000
commita248f26b02cd43b1c8d244e604a086d020dd248d (patch)
treed6f54b2cb0144f7447aae0379900590cef998a69 /sys/arch
parente9a7fe87f9471bcf5bdb369fee3ef60ae70fd385 (diff)
Fix incorrect function prototype.
Diffstat (limited to 'sys/arch')
-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)