summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_run.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb/db_run.c')
-rw-r--r--sys/ddb/db_run.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/ddb/db_run.c b/sys/ddb/db_run.c
index c17d0a4..4b4875f 100644
--- a/sys/ddb/db_run.c
+++ b/sys/ddb/db_run.c
@@ -60,14 +60,14 @@ int db_load_count;
int db_store_count;
#ifndef db_set_single_step
-extern void db_set_single_step __P((db_regs_t *regs));
+extern void db_set_single_step(db_regs_t *regs);
#endif
#ifndef db_clear_single_step
-extern void db_clear_single_step __P((db_regs_t *regs));
+extern void db_clear_single_step(db_regs_t *regs);
#endif
#ifdef notused
-static void db_single_step __P((db_regs_t *regs));
+static void db_single_step(db_regs_t *regs);
#endif
boolean_t
OpenPOWER on IntegriCloud