smbnetfs: fix build
This commit is contained in:
parent
4d730a231b
commit
c216fd8197
11
srcpkgs/smbnetfs/patches/xattr.patch
Normal file
11
srcpkgs/smbnetfs/patches/xattr.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/function.c
|
||||
+++ src/function.c
|
||||
@@ -8,7 +8,7 @@
|
||||
#include <dirent.h>
|
||||
#include <sys/statvfs.h>
|
||||
#include <sys/types.h>
|
||||
-#include <attr/xattr.h>
|
||||
+#include <sys/xattr.h>
|
||||
#include <time.h>
|
||||
#include <pthread.h>
|
||||
#include <libsmbclient.h>
|
Loading…
x
Reference in New Issue
Block a user