From 6e4768e67394566cbacdb5338dd776781277ff00 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 12 May 2019 20:34:28 +0200 Subject: Add yet another magic clutch to squashfs dir entry generation Signed-off-by: David Oberhollenzer --- include/squashfs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/squashfs.h') diff --git a/include/squashfs.h b/include/squashfs.h index 2d27cc1..e599863 100644 --- a/include/squashfs.h +++ b/include/squashfs.h @@ -13,6 +13,8 @@ #define SQFS_DEVBLK_SIZE 4096 #define SQFS_MAX_DIR_ENT 256 +#define SQFS_DIR_TYPE_MOD 8 + typedef struct { uint32_t magic; uint32_t inode_count; -- cgit v1.2.3