fix vt for new /mnt
parent
afe3eeb3e1
commit
78f4f497b4
|
@ -43,7 +43,7 @@ consctl(void)
|
|||
for(tries = 0; tries < 100; tries++){
|
||||
x->raw = 0;
|
||||
x->hold = 0;
|
||||
fd = open("/mnt/cons/consctl/data", OREAD);
|
||||
fd = open("/mnt/consctl/data", OREAD);
|
||||
if(fd < 0)
|
||||
break;
|
||||
tries = 0;
|
||||
|
|
|
@ -46,7 +46,7 @@ start_host(void)
|
|||
_exits("rc_fork");
|
||||
}
|
||||
|
||||
return open("/mnt/cons/cons/data", ORDWR);
|
||||
return open("/mnt/cons/data", ORDWR);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in New Issue