diff options
| author | Thomas Gellekum <tg@FreeBSD.org> | 2001-07-24 11:50:23 +0000 |
|---|---|---|
| committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-07-24 11:50:23 +0000 |
| commit | 2bc50aed6973b167a390e6361a38c3539d9ad329 (patch) | |
| tree | f69b902c12889e39d57e3d83d55293ee0abee74b /usr.bin/doscmd/debug.c | |
| parent | 040395f4ddbc16f4897e7bac5feb8cdba84897d1 (diff) | |
Notes
Diffstat (limited to 'usr.bin/doscmd/debug.c')
| -rw-r--r-- | usr.bin/doscmd/debug.c | 2 |
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); |
