Numerous (TINY) fixes: mostly unused variables...

This commit is contained in:
ddouthitt
2001-10-05 22:04:35 +00:00
parent 16cce2fe2d
commit ae18a158fc
8 changed files with 22 additions and 21 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ main (int argc, char **argv)
int daemon_mode = 1;
int disable_server_screen = 1;
screen *s = NULL;
char *str, *ing; // strings for commandline handling
//char *str, *ing; // strings for commandline handling
char user[64];
char c, buf[64], *driverlist[MAX_DRIVERS], *driverargs[MAX_DRIVERS];
char linebuf[128], driver_name[64];