use tty
This commit is contained in:
parent
a463d2a668
commit
97dafe411a
@ -17,9 +17,9 @@ main(int argc, char *argv[])
|
|||||||
int n;
|
int n;
|
||||||
int f;
|
int f;
|
||||||
|
|
||||||
if((cons = Bopen("/dev/cons", OREAD)) == 0) {
|
if((cons = Bopen("/dev/tty", OREAD)) == 0) {
|
||||||
fprint(2, "p: can't open /dev/cons\n");
|
fprint(2, "p: can't open /dev/tty\n");
|
||||||
exits("missing /dev/cons");
|
exits("missing /dev/tty");
|
||||||
}
|
}
|
||||||
Binit(&bout, 1, OWRITE);
|
Binit(&bout, 1, OWRITE);
|
||||||
n = 0;
|
n = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user