]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
src/t_attr_corruption: fix xattr.h include problems
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 20 Feb 2019 17:20:05 +0000 (09:20 -0800)
committerEryu Guan <guaneryu@gmail.com>
Fri, 22 Feb 2019 01:03:24 +0000 (09:03 +0800)
commit23b1f2ccba1d6d7e7e61acac4ea8e8ab094d0c80
tree6f096c5b74e764c34cf7623a91549198f3740457
parent6fd9210bc97710f81e5a7646a2abfd11af0f0c28
src/t_attr_corruption: fix xattr.h include problems

Apparently newer versions of libattr (which haven't yet been picked
up by Debian or Ubuntu) don't ship xattr.h anymore, because we're
supposed to use the libc version in sys/xattr.h.  So do that.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
src/t_attr_corruption.c