From 9221d4dce6ff3e3cdd0f630a884b3643e6a1cac4 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 5 Jun 2023 19:20:04 +0200 Subject: gensquashfs: replace XattrMapEntry with sqfs_xattr_t It has the same members, but with the added benefit that we already have helper functions for it in libsquashfs and we can just hose it directly into the xattr writer. Signed-off-by: David Oberhollenzer --- bin/gensquashfs/test/filemap_xattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/gensquashfs/test') diff --git a/bin/gensquashfs/test/filemap_xattr.c b/bin/gensquashfs/test/filemap_xattr.c index d258d89..c9fd26b 100644 --- a/bin/gensquashfs/test/filemap_xattr.c +++ b/bin/gensquashfs/test/filemap_xattr.c @@ -25,8 +25,8 @@ static const sqfs_u8 rfkill_acl[] = { int main(int argc, char **argv) { struct XattrMapPattern *pat; - struct XattrMapEntry *ent; struct XattrMap *map; + sqfs_xattr_t *ent; int ret; (void)argc; (void)argv; -- cgit v1.2.3