opnsense-ports/sysutils/fusefs-zip/files/patch-lib_zip.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

16 lines
616 B
C

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