aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/xfsprogs/patches/130-uclibc_no_xattr.patch
blob: c5c4a2a2ade56fef292f2aa78c348e9fb6ef867d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
commit 10d6058b24f18cb31889154f830b191849f45106
Author: Jens Muecke <jens@nons.de>
Date:   Thu Jan 26 00:38:27 2012 +0100

    130-uclibc_no_xattr

--- a/fsr/xfs_fsr.c
+++ b/fsr/xfs_fsr.c
@@ -35,7 +35,6 @@
 #include <sys/wait.h>
 #include <sys/vfs.h>
 #include <sys/statvfs.h>
-#include <sys/xattr.h>
 
 
 #ifndef XFS_XFLAG_NODEFRAG
@@ -990,6 +989,7 @@ fsr_setup_attr_fork(
 	int		tfd,
 	xfs_bstat_t	*bstatp)
 {
+#if 0
 	struct stat64	tstatbuf;
 	int		i;
 	int		last_forkoff = 0;
@@ -1108,6 +1108,7 @@ fsr_setup_attr_fork(
 out:
 	if (dflag)
 		fsrprintf(_("set temp attr\n"));
+#endif
 	return 0;
 }