diff options
author | 1998-06-09 13:45:07 +0000 | |
---|---|---|
committer | 1998-06-09 13:45:07 +0000 | |
commit | f12dc0a4bb8932c0be655d857ef6c0a4df6e68ef (patch) | |
tree | e8e6b88fd3cb2e8797359a5a1c05a81548eee99e | |
parent | Autodetect ATAPI CDROMS which do not support the ATAPI_READ_CD_CAPACITY (diff) | |
download | wireguard-openbsd-f12dc0a4bb8932c0be655d857ef6c0a4df6e68ef.tar.xz wireguard-openbsd-f12dc0a4bb8932c0be655d857ef6c0a4df6e68ef.zip |
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 }; |