updates to support current MacFUSE
This commit is contained in:
parent
50e6d00cd3
commit
fd997ef09f
3 changed files with 134 additions and 10 deletions
|
|
@ -777,7 +777,7 @@ mountfuse(char *mtpt)
|
|||
fd = recvfd(p[1]);
|
||||
close(p[1]);
|
||||
return fd;
|
||||
#elif defined(__FreeBSD__)
|
||||
#elif defined(__FreeBSD__) && !defined(__APPLE__)
|
||||
int pid, fd;
|
||||
char buf[20];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue