sync comments: these have been merged upstream

This commit is contained in:
jasper 2024-01-19 15:09:04 +00:00
parent 3635e52fb1
commit efed5bf324
3 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
missing from actions.c, read_fs.c, sort.c
https://github.com/plougher/squashfs-tools/commit/fa862f08f15f1beadfeb39122cb976057160bf14
Index: squashfs-tools/mksquashfs.h
--- squashfs-tools/mksquashfs.h.orig

View File

@ -1,3 +1,5 @@
https://github.com/plougher/squashfs-tools/commit/fa862f08f15f1beadfeb39122cb976057160bf14
Index: squashfs-tools/signals.h
--- squashfs-tools/signals.h.orig
+++ squashfs-tools/signals.h

View File

@ -1,4 +1,8 @@
Emulate lutimes() with utimensat().
first two hunks:
https://github.com/plougher/squashfs-tools/commit/fa862f08f15f1beadfeb39122cb976057160bf14
last hunk:
inode->time is a time_t, fix format string accordingly
Index: squashfs-tools/unsquashfs.c
--- squashfs-tools/unsquashfs.c.orig