diff options
| author | Jeff Sickel <jas@corpus-callosum.com> | 2008-08-19 09:24:54 -0500 |
|---|---|---|
| committer | Jeff Sickel <jas@corpus-callosum.com> | 2008-08-19 09:24:54 -0500 |
| commit | fd997ef09fac4648af69292dbb363853ab90d12f (patch) | |
| tree | 924de20898d8da5ff5f783f4fb560ebcab12d208 /src/cmd/9pfuse/a.h | |
| parent | 50e6d00cd375d34820593872709feaa222cd3a53 (diff) | |
| download | plan9port-fd997ef09fac4648af69292dbb363853ab90d12f.tar.gz plan9port-fd997ef09fac4648af69292dbb363853ab90d12f.zip | |
updates to support current MacFUSE
Diffstat (limited to 'src/cmd/9pfuse/a.h')
| -rw-r--r-- | src/cmd/9pfuse/a.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cmd/9pfuse/a.h b/src/cmd/9pfuse/a.h index f5038e16..0d8fbe71 100644 --- a/src/cmd/9pfuse/a.h +++ b/src/cmd/9pfuse/a.h @@ -8,6 +8,11 @@ #include <fcall.h> #include <thread.h> #include <9pclient.h> + +#if defined(__APPLE__) +#define __FreeBSD__ 10 +#endif + #include "fuse_kernel.h" /* Somehow the FUSE guys forgot to define this one! */ |
