diff options
Diffstat (limited to 'filesystems/afuse/files/patch-src_afuse.c')
-rw-r--r-- | filesystems/afuse/files/patch-src_afuse.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/filesystems/afuse/files/patch-src_afuse.c b/filesystems/afuse/files/patch-src_afuse.c new file mode 100644 index 000000000000..31a49171dcfc --- /dev/null +++ b/filesystems/afuse/files/patch-src_afuse.c @@ -0,0 +1,11 @@ +--- src/afuse.c.orig 2013-02-13 02:36:47 UTC ++++ src/afuse.c +@@ -29,7 +29,7 @@ + #include <string.h> + #include <stddef.h> + #include <unistd.h> +-#include <alloca.h> ++//#include <alloca.h> + #include <fcntl.h> + #include <dirent.h> + #include <errno.h> |