Some cleanups/fixes for various TRACE statements

--HG--
extra : convert_revision : 84eb6fedc6df0666f8053b9018bf16635dbfb257
This commit is contained in:
Matt Johnston
2006-03-25 12:57:37 +00:00
parent 46d53c37fa
commit 1e03393b68
4 changed files with 8 additions and 7 deletions

View File

@@ -162,14 +162,14 @@ void cli_tty_cleanup() {
static void put_termcodes() {
TRACE(("enter put_termcodes"))
struct termios tio;
unsigned int sshcode;
const struct TermCode *termcode;
unsigned int value;
unsigned int mapcode;
TRACE(("enter put_termcodes"))
unsigned int bufpos1, bufpos2;
if (tcgetattr(STDIN_FILENO, &tio) == -1) {