aboutsummaryrefslogtreecommitdiff
path: root/lib/tar/test/tar_iterator2.c
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-07-02 19:31:51 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-07-03 09:31:51 +0200
commitec593e0b94656a5481f82ee0f33728ced297ac48 (patch)
treec4172c686b628ff3d0c198dc05aa0db83239d6bd /lib/tar/test/tar_iterator2.c
parent181815fb432007f5e8b8cbd15c3f66beea04e601 (diff)
Refactor: rename dir_entry_t to sqfs_dir_entry_t
Exact operation performed: git ls-files -z | \ xargs -0 sed -i -e 's/dir_entry_t/sqfs_dir_entry_t/g Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/tar/test/tar_iterator2.c')
-rw-r--r--lib/tar/test/tar_iterator2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tar/test/tar_iterator2.c b/lib/tar/test/tar_iterator2.c
index ac041fe..681835d 100644
--- a/lib/tar/test/tar_iterator2.c
+++ b/lib/tar/test/tar_iterator2.c
@@ -46,7 +46,7 @@ int main(int argc, char **argv)
unsigned char buffer[941];
sqfs_istream_t *fp, *ti;
dir_iterator_t *it;
- dir_entry_t *ent;
+ sqfs_dir_entry_t *ent;
uint64_t offset;
sqfs_s32 i, ret;
int iret;