Whamcloud - gitweb
LU-2569 test: use xattr.h from sys.
authorRichard Henwood <richard.henwood@intel.com>
Thu, 3 Jan 2013 22:37:09 +0000 (16:37 -0600)
committerOleg Drokin <green@whamcloud.com>
Tue, 8 Jan 2013 00:06:59 +0000 (19:06 -0500)
glibc now provides sys/xattrs.h. This is used over the
old attr/xattr.h originally provided by SGI.

Signed-off-by: Richard Henwood <richard.henwood@intel.com>
Change-Id: Ie3ca5b53e8a1a71ac2b51431780c5dbc19e18594
Reviewed-on: http://review.whamcloud.com/4946
Tested-by: Hudson
Reviewed-by: Christopher J. Morrone <chris.morrone.llnl@gmail.com>
Reviewed-by: Fan Yong <fan.yong@intel.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/lgetxattr_size_check.c

index 6e83e22..2c674dc 100644 (file)
@@ -1,5 +1,5 @@
 #include <sys/types.h>
 #include <sys/types.h>
-#include <attr/xattr.h>
+#include <sys/xattr.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>