From cae2643c82c421fa923316e51ad76bf3e8d88ff5 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Wed, 24 Jul 1996 21:58:05 +0000 Subject: printf style functions now are int, explicitly return 0 --- sys/ddb/db_output.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/ddb/db_output.h') diff --git a/sys/ddb/db_output.h b/sys/ddb/db_output.h index e4792ef5cec..58ed3e49d3a 100644 --- a/sys/ddb/db_output.h +++ b/sys/ddb/db_output.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_output.h,v 1.6 1996/07/23 23:54:28 deraadt Exp $ */ +/* $OpenBSD: db_output.h,v 1.7 1996/07/24 21:58:04 niklas Exp $ */ /* $NetBSD: db_output.h,v 1.9 1996/04/04 05:13:50 cgd Exp $ */ /* @@ -38,6 +38,6 @@ void db_putchar __P((int)); int db_print_position __P((void)); int db_printf __P((const char *, ...)) __kprintf_attribute__((__format__(__kprintf__,1,2))); -void kdbprintf __P((const char *, ...)) +int kdbprintf __P((const char *, ...)) __kprintf_attribute__((__format__(__kprintf__,1,2))); void db_end_line __P((void)); -- cgit v1.2.3