summaryrefslogtreecommitdiff
path: root/unpack/rdsquashfs.h
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-08-19 15:43:15 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-08-19 15:58:39 +0200
commit076c1cdb95c12e2b5bf8de33c9d53d93f35ae1c6 (patch)
tree817c3d4c1a3f1bdee88d5f5831a79cf8d5c1049b /unpack/rdsquashfs.h
parent4943dd85a9190f4477bd5e98a83be1f5e2790d8d (diff)
Add rdsquashfs flag to restore file timestamps
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'unpack/rdsquashfs.h')
-rw-r--r--unpack/rdsquashfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/unpack/rdsquashfs.h b/unpack/rdsquashfs.h
index ca4825b..cfc359c 100644
--- a/unpack/rdsquashfs.h
+++ b/unpack/rdsquashfs.h
@@ -41,6 +41,7 @@ enum UNPACK_FLAGS {
UNPACK_QUIET = 0x04,
UNPACK_NO_SPARSE = 0x08,
UNPACK_SET_XATTR = 0x10,
+ UNPACK_SET_TIMES = 0x20,
};
enum {