cleanup
This commit is contained in:
parent
b5932d3d2a
commit
d27787fba7
3 changed files with 8 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue