Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37df8b6
)
Branch b1_8
author
johann
<johann>
Tue, 3 Nov 2009 22:54:13 +0000
(22:54 +0000)
committer
johann
<johann>
Tue, 3 Nov 2009 22:54:13 +0000
(22:54 +0000)
b=21244
include sys/xattr.h instead of attr/xattr.h to fix build problems.
lustre/utils/ll_decode_filter_fid.c
patch
|
blob
|
history
diff --git
a/lustre/utils/ll_decode_filter_fid.c
b/lustre/utils/ll_decode_filter_fid.c
index
2b18aff
..
e5441bf
100644
(file)
--- a/
lustre/utils/ll_decode_filter_fid.c
+++ b/
lustre/utils/ll_decode_filter_fid.c
@@
-47,7
+47,7
@@
#include <stdio.h>
#include <errno.h>
#include <sys/types.h>
-#include <
attr
/xattr.h>
+#include <
sys
/xattr.h>
#include <lustre/lustre_user.h>
int main(int argc, char *argv[])