summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/db_machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/include/db_machdep.h')
-rw-r--r--sys/arch/i386/include/db_machdep.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/include/db_machdep.h b/sys/arch/i386/include/db_machdep.h
index ee32ef6556d..a95248af211 100644
--- a/sys/arch/i386/include/db_machdep.h
+++ b/sys/arch/i386/include/db_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_machdep.h,v 1.6 2001/11/06 19:53:14 miod Exp $ */
+/* $OpenBSD: db_machdep.h,v 1.7 2002/03/14 01:26:33 millert Exp $ */
/* $NetBSD: db_machdep.h,v 1.9 1996/05/03 19:23:59 christos Exp $ */
/*
@@ -87,8 +87,8 @@ db_regs_t ddb_regs; /* register state */
((user) && (addr) < VM_MAX_ADDRESS))
#if 0
-boolean_t db_check_access __P((vaddr_t, int, task_t));
-boolean_t db_phys_eq __P((task_t, vaddr_t, task_t, vaddr_t));
+boolean_t db_check_access(vaddr_t, int, task_t);
+boolean_t db_phys_eq(task_t, vaddr_t, task_t, vaddr_t);
#endif
/* macros for printing OS server dependent task name */
@@ -113,6 +113,6 @@ void db_task_name(/* task_t */);
#define db_thread_fp_used(thread) ((thread)->pcb->ims.ifps != 0)
-int kdb_trap __P((int, int, db_regs_t *));
+int kdb_trap(int, int, db_regs_t *);
#endif /* _I386_DB_MACHDEP_H_ */