diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2011-01-23 15:09:13 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2011-01-23 15:09:13 +0000 |
commit | 9a710ebaf9724b2fb0027d8f0927004da0f5ab46 (patch) | |
tree | 5909fed7fac7bcdc7b2afa66f2d0177012ce628f /sys/arch | |
parent | 5fa8ea7d1b0b2aba8d98f7268147b9d5494b22a2 (diff) |
Ansify function.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/hppa/trap.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/hppa/hppa/trap.c b/sys/arch/hppa/hppa/trap.c index dc503021337..f94533cb348 100644 --- a/sys/arch/hppa/hppa/trap.c +++ b/sys/arch/hppa/hppa/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.112 2010/12/21 14:56:23 claudio Exp $ */ +/* $OpenBSD: trap.c,v 1.113 2011/01/23 15:09:12 jsing Exp $ */ /* * Copyright (c) 1998-2004 Michael Shalayeff @@ -161,9 +161,7 @@ userret(struct proc *p) } void -trap(type, frame) - int type; - struct trapframe *frame; +trap(int type, struct trapframe *frame) { struct proc *p = curproc; vaddr_t va; |