summaryrefslogtreecommitdiff
path: root/sysutils/fusefs-zip/files/patch-lib_zip.h
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2013-07-25 15:31:03 +0000
committerPawel Pekala <pawel@FreeBSD.org>2013-07-25 15:31:03 +0000
commit49d2e9e973d46c69ffe7a44adedd94c48e8b0e7b (patch)
tree825df6d54d80a1e9c351aa8760f9c565c43ab444 /sysutils/fusefs-zip/files/patch-lib_zip.h
parent- Update to 0.4.2. (diff)
Update to version 0.3.0
PR: ports/180544 Submitted by: Oleg Ginzburg <olevole@olevole.ru> (maintainer)
Diffstat (limited to 'sysutils/fusefs-zip/files/patch-lib_zip.h')
-rw-r--r--sysutils/fusefs-zip/files/patch-lib_zip.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/sysutils/fusefs-zip/files/patch-lib_zip.h b/sysutils/fusefs-zip/files/patch-lib_zip.h
new file mode 100644
index 000000000000..6f547f533ed3
--- /dev/null
+++ b/sysutils/fusefs-zip/files/patch-lib_zip.h
@@ -0,0 +1,16 @@
+--- lib/fuse-zip.h.orig 2013-07-15 16:25:43.000000000 +0400
++++ lib/fuse-zip.h 2013-07-15 16:25:53.000000000 +0400
+@@ -86,13 +86,8 @@
+
+ int fusezip_utimens(const char *path, const struct timespec tv[2]);
+
+-#if ( __FreeBSD__ >= 10 )
+-int fusezip_setxattr(const char *, const char *, const char *, size_t, int, uint32_t);
+-int fusezip_getxattr(const char *, const char *, char *, size_t, uint32_t);
+-#else
+ int fusezip_setxattr(const char *, const char *, const char *, size_t, int);
+ int fusezip_getxattr(const char *, const char *, char *, size_t);
+-#endif
+
+ int fusezip_listxattr(const char *, char *, size_t);
+