summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@cvs.openbsd.org>2013-05-10 22:06:11 +0000
committerPatrick Wildt <patrick@cvs.openbsd.org>2013-05-10 22:06:11 +0000
commitae51c186fae44fd9af7fe489acba2d29b431881e (patch)
tree967b9579764f7131192a165d714bc871a7d14383 /sys/arch
parent3f84d732fbece78a3ef4309bd78c993347958fd8 (diff)
Convert K&R style function declaration to ANSI.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/arm/arm/db_machdep.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/arch/arm/arm/db_machdep.c b/sys/arch/arm/arm/db_machdep.c
index 15d7193cba6..0f16265b598 100644
--- a/sys/arch/arm/arm/db_machdep.c
+++ b/sys/arch/arm/arm/db_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_machdep.c,v 1.3 2005/01/03 16:49:56 miod Exp $ */
+/* $OpenBSD: db_machdep.c,v 1.4 2013/05/10 22:06:10 patrick Exp $ */
/* $NetBSD: db_machdep.c,v 1.8 2003/07/15 00:24:41 lukem Exp $ */
/*
@@ -41,11 +41,7 @@
#include <ddb/db_output.h>
void
-db_show_frame_cmd(addr, have_addr, count, modif)
- db_expr_t addr;
- int have_addr;
- db_expr_t count;
- char *modif;
+db_show_frame_cmd(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
{
struct trapframe *frame;