Attached proposed patch for squashfs 4.1
--- squashfs4.1/squashfs-tools/unsquashfs_xattr.c.vanilla	2011-01-14 11:45:20.000000000 +0200
+++ squashfs4.1/squashfs-tools/unsquashfs_xattr.c	2011-01-14 11:45:39.000000000 +0200
@@ -25,7 +25,7 @@
 #include "unsquashfs.h"
 #include "xattr.h"
 
-#include <attr/xattr.h>
+#include <sys/xattr.h>
 
 extern int root_process;
 
--- squashfs4.1/squashfs-tools/xattr.c.vanilla	2011-01-14 11:43:47.000000000 +0200
+++ squashfs4.1/squashfs-tools/xattr.c	2011-01-14 11:44:19.000000000 +0200
@@ -34,7 +34,7 @@
 #include <dirent.h>
 #include <string.h>
 #include <stdlib.h>
-#include <attr/xattr.h>
+#include <sys/xattr.h>
 
 #include "squashfs_fs.h"
 #include "global.h"
----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2

Reply via email to