diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-07-05 11:39:42 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-07-05 11:39:42 +0000 |
| commit | c7906ef2a532e71070d102e53d9cb8f0e0a7d9d3 (patch) | |
| tree | e698260e0c57525bea8a3f719ce987d812d53423 /sysutils/fusefs-gunzip/files/patch-fuse.gunzip.c | |
| parent | Minor enhancement to sysutils/coreutils (diff) | |
[NEW PORT] sysutils/fusefs-gunzip
PR: ports/124625
Submitted by: Evgeny Zhirnov <jirnov@gmail.com>
Diffstat (limited to '')
| -rw-r--r-- | sysutils/fusefs-gunzip/files/patch-fuse.gunzip.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/fusefs-gunzip/files/patch-fuse.gunzip.c b/sysutils/fusefs-gunzip/files/patch-fuse.gunzip.c new file mode 100644 index 000000000000..3d5be3af8b56 --- /dev/null +++ b/sysutils/fusefs-gunzip/files/patch-fuse.gunzip.c @@ -0,0 +1,12 @@ +--- fuse.gunzip.c.orig 2007-03-21 01:19:26.000000000 +0300 ++++ fuse.gunzip.c 2008-06-16 01:46:43.000000000 +0400 +@@ -38,9 +38,6 @@ + #include <config.h> + */ + +-#define HAVE_SETXATTR 1 +-#define HAVE_FDATASYNC 1 +- + #define _GNU_SOURCE + + #include <fuse.h> |
