aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_output.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1999-08-09 10:35:05 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1999-08-09 10:35:05 +0000
commitce9edcf5b53a0eadcd0f5d25d39b9517f0c5cf40 (patch)
tree68072996bde67a3112fcd658713e00679a0c6387 /sys/ddb/db_output.c
parentef4aaceaa0bcdaa2dd548f53f5c492f7f7d6ba8b (diff)
downloadsrc-ce9edcf5b53a0eadcd0f5d25d39b9517f0c5cf40.tar.gz
src-ce9edcf5b53a0eadcd0f5d25d39b9517f0c5cf40.zip
Merge the cons.c and cons.h to the best of my ability. alpha may or
may not compile, I can't test it.
Notes
Notes: svn path=/head/; revision=49558
Diffstat (limited to 'sys/ddb/db_output.c')
-rw-r--r--sys/ddb/db_output.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_output.c b/sys/ddb/db_output.c
index 495915421926..33183229964c 100644
--- a/sys/ddb/db_output.c
+++ b/sys/ddb/db_output.c
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_output.c,v 1.23 1998/06/07 17:09:37 dfr Exp $
+ * $Id: db_output.c,v 1.24 1998/07/08 09:11:36 bde Exp $
*/
/*
@@ -37,8 +37,8 @@
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/cons.h>
-#include <machine/cons.h>
#include <machine/stdarg.h>
#include <ddb/ddb.h>