1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-18 11:10:32 -04:00
ports/sysutils/fusefs-afuse/files/patch-src_afuse.c
Dmitry Marakasov c0aa405b20 - Add LICENSE_FILE
- Don't install empty ChangeLog
- No need to store manpage in files/ as patch, convert to plain file
- pkg-message is only meaningful when DOCS are enabled
2016-02-10 13:47:53 +00:00

11 lines
247 B
C

--- 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>