summaryrefslogtreecommitdiff
path: root/sys/ddb/db_output.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-14 05:02:18 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-14 05:02:18 +0000
commit8bd27a21125fec410de2fd9d839ea136711aaa0f (patch)
treefb05772eb757ff97bc8081f68b597305f6b5cf65 /sys/ddb/db_output.h
parent9adfcf2b03e0df61917b9fedb42b0469881a87d8 (diff)
update from netbsd
Diffstat (limited to 'sys/ddb/db_output.h')
-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 f378482ecbf..7c313d6018b 100644
--- a/sys/ddb/db_output.h
+++ b/sys/ddb/db_output.h
@@ -1,4 +1,4 @@
-/* $NetBSD: db_output.h,v 1.5 1994/10/09 08:19:36 mycroft Exp $ */
+/* $NetBSD: db_output.h,v 1.6 1995/10/16 05:28:17 mycroft Exp $ */
/*
* Mach Operating System
@@ -35,4 +35,4 @@
void db_force_whitespace __P((void));
int db_print_position __P((void));
void db_end_line __P((void));
-int db_printf __P((char *, ...));
+void db_printf __P((const char *, ...));