summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_output.h
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-09-27 12:15:56 +0000
committerdg <dg@FreeBSD.org>1994-09-27 12:15:56 +0000
commit0b0fbe4d94707b6c6de6652b718d12e327aedf7a (patch)
tree02e38a7694197bb6bb6c4c505335d5b186b870fa /sys/ddb/db_output.h
parentae77edd20e19177f197d309b7730671fd39d665b (diff)
downloadFreeBSD-src-0b0fbe4d94707b6c6de6652b718d12e327aedf7a.zip
FreeBSD-src-0b0fbe4d94707b6c6de6652b718d12e327aedf7a.tar.gz
Woops, wrong solution to the problem. Backed out previous fix to ddb.h, and
nuked the db_printf() declaration from db_output.h. Reviewed by: Submitted by: Obtained from:
Diffstat (limited to 'sys/ddb/db_output.h')
-rw-r--r--sys/ddb/db_output.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ddb/db_output.h b/sys/ddb/db_output.h
index 2ce3a5e..3bfd710 100644
--- a/sys/ddb/db_output.h
+++ b/sys/ddb/db_output.h
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_output.h,v 1.4 1993/11/25 01:30:09 wollman Exp $
+ * $Id: db_output.h,v 1.5 1994/09/27 03:34:55 phk Exp $
*/
#ifndef _DDB_DB_OUTPUT_H_
@@ -41,5 +41,4 @@
extern void db_force_whitespace();
extern int db_print_position();
extern void db_end_line();
-extern void db_printf(char *,...);
#endif /* _DDB_DB_OUTPUT_H_ */
OpenPOWER on IntegriCloud