os x changes
This commit is contained in:
parent
530d001641
commit
b8f742db85
18 changed files with 92 additions and 44 deletions
|
|
@ -56,7 +56,6 @@ CFsys*
|
|||
fsmount(int fd, char *aname)
|
||||
{
|
||||
int n;
|
||||
char *user;
|
||||
CFsys *fs;
|
||||
CFid *fid;
|
||||
|
||||
|
|
@ -72,7 +71,6 @@ fsmount(int fd, char *aname)
|
|||
}
|
||||
fs->msize = n;
|
||||
|
||||
user = getuser();
|
||||
if((fid = fsattach(fs, nil, getuser(), aname)) == nil)
|
||||
goto Error;
|
||||
fssetroot(fs, fid);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue