summaryrefslogtreecommitdiff
path: root/sys/ddb
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb')
-rw-r--r--sys/ddb/db_output.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_output.h b/sys/ddb/db_output.h
index 3d848c690dd..694afc26234 100644
--- a/sys/ddb/db_output.h
+++ b/sys/ddb/db_output.h
@@ -1,4 +1,4 @@
-/* $NetBSD: db_output.h,v 1.17 2002/06/05 17:53:52 drochner Exp $ */
+/* $NetBSD: db_output.h,v 1.18 2009/03/14 14:46:08 dsl Exp $ */
/*
* Mach Operating System
@@ -37,7 +37,7 @@ void db_putchar(int);
int db_print_position(void);
void db_printf(const char *, ...)
__attribute__((__format__(__printf__,1,2)));
-void db_vprintf __P((const char *, _BSD_VA_LIST_));
+void db_vprintf(const char *, _BSD_VA_LIST_);
void db_format_radix(char *, size_t, quad_t, int);
void db_format_hex(char *, size_t, quad_t, int);
void db_end_line(void);