debugging for sam, and an old fix forgotten

This commit is contained in:
rsc 2005-01-07 18:03:36 +00:00
parent b80755cf2d
commit a19ff5b204
11 changed files with 28 additions and 7 deletions

View file

@ -158,7 +158,7 @@ extstart(void)
}
}
fd = open(exname, OREAD|O_NONBLOCK);
fd = open(exname, OREAD|ONONBLOCK);
if(fd == -1){
removeextern();
return;