fix vt for new /mnt
This commit is contained in:
parent
afe3eeb3e1
commit
78f4f497b4
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ consctl(void)
|
||||||
for(tries = 0; tries < 100; tries++){
|
for(tries = 0; tries < 100; tries++){
|
||||||
x->raw = 0;
|
x->raw = 0;
|
||||||
x->hold = 0;
|
x->hold = 0;
|
||||||
fd = open("/mnt/cons/consctl/data", OREAD);
|
fd = open("/mnt/consctl/data", OREAD);
|
||||||
if(fd < 0)
|
if(fd < 0)
|
||||||
break;
|
break;
|
||||||
tries = 0;
|
tries = 0;
|
||||||
|
|
|
@ -46,7 +46,7 @@ start_host(void)
|
||||||
_exits("rc_fork");
|
_exits("rc_fork");
|
||||||
}
|
}
|
||||||
|
|
||||||
return open("/mnt/cons/cons/data", ORDWR);
|
return open("/mnt/cons/data", ORDWR);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue