ports/sysutils/fusefs-smbnetfs/files/patch-src_function.c
Mikhail Teterin 6be6883de3 Upgrade from 0.6.0 to 0.6.1. Samba >= 3.5 is now required and
the use of gnome-ring was replaced with use of libsecret (now
off by default).

Make sure to use our native iconv-implementation and only use
glib20 at build-time for its built-in atomic macros.

Claim maintainership for now to deal with any fallout...
2018-01-29 18:32:31 +00:00

12 lines
268 B
C

--- src/function.c 2018-01-04 20:59:38 UTC
+++ src/function.c
@@ -8,7 +8,9 @@
#include <dirent.h>
#include <sys/statvfs.h>
#include <sys/types.h>
+#ifdef __linux__
#include <attr/xattr.h>
+#endif
#include <time.h>
#include <pthread.h>
#include <libsmbclient.h>