summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/db_machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/powerpc/include/db_machdep.h')
-rw-r--r--sys/arch/powerpc/include/db_machdep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/include/db_machdep.h b/sys/arch/powerpc/include/db_machdep.h
index 53c5c9b5251..3656e4a39f6 100644
--- a/sys/arch/powerpc/include/db_machdep.h
+++ b/sys/arch/powerpc/include/db_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_machdep.h,v 1.8 2001/06/29 06:07:09 drahn Exp $ */
+/* $OpenBSD: db_machdep.h,v 1.9 2001/07/08 23:23:53 mickey Exp $ */
/* $NetBSD: db_machdep.h,v 1.13 1996/04/29 20:50:08 leo Exp $ */
/*
@@ -98,7 +98,7 @@ db_regs_t ddb_regs; /* register state */
void kdb_kintr __P((void *));
int kdb_trap __P((int, void *));
void db_save_regs(struct trapframe *frame);
-void ddb_trap __P(());
+void ddb_trap __P((void));
#endif /* _KERNEL */