From 2cd97437c4f4dfa7c23d8b53869d66e1af423d14 Mon Sep 17 00:00:00 2001 From: Jivan Pal Date: Fri, 5 Feb 2021 14:00:40 +0000 Subject: [PATCH] Rename struct/const.h to struct/jconst.h --- src/apfs/struct/j.h | 2 +- src/apfs/struct/{const.h => jconst.h} | 0 src/commands/explore-fs-tree.c | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename src/apfs/struct/{const.h => jconst.h} (100%) diff --git a/src/apfs/struct/j.h b/src/apfs/struct/j.h index dd28b1e..33c591c 100644 --- a/src/apfs/struct/j.h +++ b/src/apfs/struct/j.h @@ -7,7 +7,7 @@ */ #include -#include "const.h" // mode_t +#include "jconst.h" // mode_t #include "cryptotypes.h" // cp_key_class_t /** `j_key_t` **/ diff --git a/src/apfs/struct/const.h b/src/apfs/struct/jconst.h similarity index 100% rename from src/apfs/struct/const.h rename to src/apfs/struct/jconst.h diff --git a/src/commands/explore-fs-tree.c b/src/commands/explore-fs-tree.c index 0a8e3e2..69df15a 100644 --- a/src/commands/explore-fs-tree.c +++ b/src/commands/explore-fs-tree.c @@ -7,7 +7,7 @@ #include "../apfs/io.h" #include "../apfs/struct/general.h" #include "../apfs/struct/j.h" -#include "../apfs/struct/const.h" +#include "../apfs/struct/jconst.h" #include "../apfs/struct/dstream.h" #include "../apfs/struct/sibling.h" #include "../apfs/struct/snap.h"