This commit is contained in:
rsc 2005-03-18 21:52:04 +00:00
parent b5932d3d2a
commit d27787fba7
3 changed files with 8 additions and 9 deletions

View file

@ -50,7 +50,6 @@ threadmain(int argc, char *argv[])
open("/dev/null", OREAD);
if(open("/dev/tty", OWRITE) < 0)
open("/dev/null", OWRITE);
dup(2, 1);
if(protodebug) print("getscreen\n");
getscreen(argc, argv);