fix vt for new /mnt

front
cinap_lenrek 2011-11-28 20:58:57 +01:00
parent afe3eeb3e1
commit 78f4f497b4
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -46,7 +46,7 @@ start_host(void)
_exits("rc_fork");
}
return open("/mnt/cons/cons/data", ORDWR);
return open("/mnt/cons/data", ORDWR);
}
void