diff options
Diffstat (limited to 'sys/ddb/db_command.c')
-rw-r--r-- | sys/ddb/db_command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index 6a51b3298e5..24520db7716 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_command.c,v 1.27 2002/03/14 01:26:51 millert Exp $ */ +/* $OpenBSD: db_command.c,v 1.28 2002/03/14 03:16:03 millert Exp $ */ /* $NetBSD: db_command.c,v 1.20 1996/03/30 22:30:05 christos Exp $ */ /* @@ -302,7 +302,7 @@ db_malloc_print_cmd(addr, have_addr, count, modif) char * modif; { #if defined(MALLOC_DEBUG) - extern void debug_malloc_printit __P((int (*)(const char *, ...), vaddr_t)); + extern void debug_malloc_printit(int (*)(const char *, ...), vaddr_t); if (!have_addr) addr = 0; |