updates to support current MacFUSE

This commit is contained in:
Jeff Sickel 2008-08-19 09:24:54 -05:00
parent 50e6d00cd3
commit fd997ef09f
3 changed files with 134 additions and 10 deletions

View file

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