From 8327d0774703553db5e1a41a04bfdf4b1797c2ce Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 14 Mar 2002 01:27:20 +0000 Subject: First round of __P removal in sys --- sys/arch/macppc/include/db_machdep.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/arch/macppc/include/db_machdep.h') diff --git a/sys/arch/macppc/include/db_machdep.h b/sys/arch/macppc/include/db_machdep.h index 1b1de590573..8729634e918 100644 --- a/sys/arch/macppc/include/db_machdep.h +++ b/sys/arch/macppc/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.2 2001/11/06 00:30:38 art Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.3 2002/03/14 01:26:36 millert Exp $ */ /* $NetBSD: db_machdep.h,v 1.13 1996/04/29 20:50:08 leo Exp $ */ /* @@ -92,11 +92,11 @@ db_regs_t ddb_regs; /* register state */ #ifdef _KERNEL -void kdb_kintr __P((void *)); -int kdb_trap __P((int, void *)); +void kdb_kintr(void *); +int kdb_trap(int, void *); void db_save_regs(struct trapframe *frame); -void ddb_trap __P((void)); -db_expr_t db_dumpframe __P((u_int32_t pframe)); +void ddb_trap(void); +db_expr_t db_dumpframe(u_int32_t pframe); #endif /* _KERNEL */ -- cgit v1.2.3