diff options
Diffstat (limited to 'filesystems/fuse-afpfs-ng/patches/patch-ab')
-rw-r--r-- | filesystems/fuse-afpfs-ng/patches/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/filesystems/fuse-afpfs-ng/patches/patch-ab b/filesystems/fuse-afpfs-ng/patches/patch-ab new file mode 100644 index 00000000000..3ab3be3f614 --- /dev/null +++ b/filesystems/fuse-afpfs-ng/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.1.1.1 2007/07/09 19:03:22 agc Exp $ + +--- daemon.c 2007/07/09 18:25:27 1.1 ++++ daemon.c 2007/07/09 18:26:36 +@@ -6,7 +6,9 @@ + */ + + #include <fuse.h> ++#ifdef __linux__ + #include <fuse/fuse_opt.h> ++#endif + #include <stdio.h> + #include <string.h> + #include <errno.h> |