Skip to content

Commit

Permalink
Rename struct/const.h to struct/jconst.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jivanpal committed Feb 5, 2021
1 parent 25fa101 commit 2cd9743
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/apfs/struct/j.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

#include <stdint.h>
#include "const.h" // mode_t
#include "jconst.h" // mode_t
#include "cryptotypes.h" // cp_key_class_t

/** `j_key_t` **/
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/commands/explore-fs-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2cd9743

Please sign in to comment.