summaryrefslogtreecommitdiff
blob: c59bf39d3de983e6f235d25fa6e6d1dc89932431 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 1/squashfs-tools/xattr.h
+++ 1/squashfs-tools/xattr.h
@@ -110,8 +110,9 @@
 }
 
 
-static inline void write_xattr(char *pathname, unsigned int xattr)
+static inline int write_xattr(char *pathname, unsigned int xattr)
 {
+	return 0;
 }