diff options
| author | Veniamin Gvozdikov <vg@FreeBSD.org> | 2016-09-19 09:19:47 +0000 |
|---|---|---|
| committer | Veniamin Gvozdikov <vg@FreeBSD.org> | 2016-09-19 09:19:47 +0000 |
| commit | ae2e8fa9bd43425785fdcb8c6427992ee156f877 (patch) | |
| tree | 6c0518d02676eeeed0dfa93b55ae4e3fe3e3f35d /sysutils/fusefs-zip/files/patch-lib_zip.h | |
| parent | - Switch to options helpers (diff) | |
- Update to 0.4.2
- Remove broken flag: fixes for new master_sites
- Remove patch: pushed to upstream
PR: ports/212802
Submitted by: 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.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sysutils/fusefs-zip/files/patch-lib_zip.h b/sysutils/fusefs-zip/files/patch-lib_zip.h deleted file mode 100644 index 6f547f533ed3..000000000000 --- a/sysutils/fusefs-zip/files/patch-lib_zip.h +++ /dev/null @@ -1,16 +0,0 @@ ---- 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); - |
