summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/debug.c
diff options
context:
space:
mode:
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 bc3524a..20c7fed 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);
OpenPOWER on IntegriCloud