summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/ddb/db_trace.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
commit8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch)
treeac9a52bace179e17769651fb9f805070d78abe5f /sys/arch/mvme88k/ddb/db_trace.c
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/arch/mvme88k/ddb/db_trace.c')
-rw-r--r--sys/arch/mvme88k/ddb/db_trace.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/mvme88k/ddb/db_trace.c b/sys/arch/mvme88k/ddb/db_trace.c
index b8275d7962c..4cb68afddcf 100644
--- a/sys/arch/mvme88k/ddb/db_trace.c
+++ b/sys/arch/mvme88k/ddb/db_trace.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_trace.c,v 1.12 2001/12/22 08:31:04 smurph Exp $ */
+/* $OpenBSD: db_trace.c,v 1.13 2002/03/14 01:26:38 millert Exp $ */
/*
* Mach Operating System
* Copyright (c) 1993-1991 Carnegie Mellon University
@@ -95,12 +95,12 @@ static inline unsigned br_dest(unsigned addr, union instruction inst)
#define TRACE_DEBUG /* undefine to disable debugging */
-extern void db_read_bytes __P((vm_offset_t addr, int size, char *data));
-int frame_is_sane __P((db_regs_t *regs));
-char *m88k_exception_name __P((unsigned vector));
-unsigned db_trace_get_val __P((vm_offset_t addr, unsigned *ptr));
-void db_stack_trace_cmd __P((db_regs_t *addr, int have_addr,
- db_expr_t count, char *modif));
+extern void db_read_bytes(vm_offset_t addr, int size, char *data);
+int frame_is_sane(db_regs_t *regs);
+char *m88k_exception_name(unsigned vector);
+unsigned db_trace_get_val(vm_offset_t addr, unsigned *ptr);
+void db_stack_trace_cmd(db_regs_t *addr, int have_addr,
+ db_expr_t count, char *modif);
/*
* Some macros to tell if the given text is the instruction.