aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/doscmd/debug.c
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2001-07-24 11:50:23 +0000
committerThomas Gellekum <tg@FreeBSD.org>2001-07-24 11:50:23 +0000
commit2bc50aed6973b167a390e6361a38c3539d9ad329 (patch)
treef69b902c12889e39d57e3d83d55293ee0abee74b /usr.bin/doscmd/debug.c
parent040395f4ddbc16f4897e7bac5feb8cdba84897d1 (diff)
Notes
Diffstat (limited to 'usr.bin/doscmd/debug.c')
-rw-r--r--usr.bin/doscmd/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/doscmd/debug.c b/usr.bin/doscmd/debug.c
index bc3524a3b42a3..20c7feda579b7 100644
--- a/usr.bin/doscmd/debug.c
+++ b/usr.bin/doscmd/debug.c
@@ -38,6 +38,7 @@
#include <stdarg.h>
#include "doscmd.h"
+#include "tty.h"
/* debug output goes here */
FILE *debugf = stderr;
@@ -107,7 +108,6 @@ fatal (char *fmt, ...)
if (xmode) {
char buf[1024];
- char buf2[1024];
char *m;
va_start (args, fmt);