Tweaks to various bits.
Until I hear otherwise, Refs aren't used enough to merit their own assembly. They are now implemented with locks.
This commit is contained in:
parent
7f11104a57
commit
49588d5d90
11 changed files with 166 additions and 90 deletions
|
|
@ -25,6 +25,7 @@ nsmount(char *name, char *aname)
|
|||
werrstr("dial %s: %r", addr);
|
||||
return nil;
|
||||
}
|
||||
fcntl(fd, F_SETFL, FD_CLOEXEC);
|
||||
|
||||
fs = fsmount(fd, aname);
|
||||
if(fs == nil){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue