summaryrefslogtreecommitdiffstats
path: root/sys/ddb/ddb.h
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-09-27 12:11:09 +0000
committerdg <dg@FreeBSD.org>1994-09-27 12:11:09 +0000
commitae77edd20e19177f197d309b7730671fd39d665b (patch)
tree52e6ec22426fad779e947d0de778ecc4ca6ffb02 /sys/ddb/ddb.h
parent066066b3d93d299b0fe7e53a619d4bbcb9039c93 (diff)
downloadFreeBSD-src-ae77edd20e19177f197d309b7730671fd39d665b.zip
FreeBSD-src-ae77edd20e19177f197d309b7730671fd39d665b.tar.gz
Nuked db_printf() prototype; it now clashes with the one in db_output.h.
Diffstat (limited to 'sys/ddb/ddb.h')
-rw-r--r--sys/ddb/ddb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h
index 877436c..dd1cbd4 100644
--- a/sys/ddb/ddb.h
+++ b/sys/ddb/ddb.h
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: ddb.h,v 1.2 1994/05/25 08:51:18 rgrimes Exp $
*/
/*
@@ -90,7 +90,6 @@ extern int db_get_variable (db_expr_t *valuep);
extern void db_putchar (int c);
extern void db_error (char *s);
extern int db_readline (char *lstart, int lsize);
-extern void db_printf (const char *fmt, ...);
extern void db_check_interrupt(void);
extern void db_print_loc_and_inst (db_addr_t loc);
OpenPOWER on IntegriCloud