diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-06-09 13:45:08 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-06-09 13:45:08 +0000 |
commit | 0f310048ac34dc61d82e5e50e305c2e8e6bfb166 (patch) | |
tree | badbd5388a5dff5d3f95e443f6190bc38dd150fe | |
parent | 8aefe96db719527f8ba0ba227b0059735c44b3d7 (diff) |
there is no such thing as dprintf''
-rw-r--r-- | sys/arch/i386/stand/libsa/debug.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/i386/stand/libsa/debug.c b/sys/arch/i386/stand/libsa/debug.c index 5af35ddb64b..cad1f1d4525 100644 --- a/sys/arch/i386/stand/libsa/debug.c +++ b/sys/arch/i386/stand/libsa/debug.c @@ -1,4 +1,4 @@ -/* $OpenBSD: debug.c,v 1.6 1998/04/18 22:24:25 deraadt Exp $ */ +/* $OpenBSD: debug.c,v 1.7 1998/06/09 13:45:07 mickey Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff @@ -36,12 +36,6 @@ #include <debug.h> #include <dev/cons.h> -#ifdef __STDC__ -void dprintf __P((const char *fmt, ...)); -#else -void dprintf (); -#endif - #define VBASE (0xb8000) char *const reg_names[] = { REG_NAMES }; |