mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
src/t_immutable: use sys/xattr.h instead of attr/xattr.h
Since attr v2.4.48 has removed <attr/xattr.h>, use <sys/xattr.h> provided by glibc. Signed-off-by: Lu Fengqi <lufq.fnst@cn.fujitsu.com> Reviewed-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@
|
||||
#include <grp.h>
|
||||
#include <libgen.h>
|
||||
#include <sys/acl.h>
|
||||
#include <attr/xattr.h>
|
||||
#include <sys/xattr.h>
|
||||
#include <linux/fs.h>
|
||||
#include <linux/magic.h>
|
||||
#include <xfs/xfs.h>
|
||||
|
||||
Reference in New Issue
Block a user