diff options
Diffstat (limited to 'dev/Kernel/FSKit/NeFS.h')
| -rw-r--r-- | dev/Kernel/FSKit/NeFS.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/Kernel/FSKit/NeFS.h b/dev/Kernel/FSKit/NeFS.h index 5c62f0c2..9a804927 100644 --- a/dev/Kernel/FSKit/NeFS.h +++ b/dev/Kernel/FSKit/NeFS.h @@ -17,7 +17,7 @@ default. #pragma once #include <CompilerKit/CompilerKit.h> -#include <HintKit/CompilerHint.h> +#include <Hints/CompilerHint.h> #include <KernelKit/DriveMgr.h> #include <NewKit/Defines.h> #include <NewKit/KString.h> @@ -376,7 +376,7 @@ namespace Kernel } private: - Char mStamp[255] = { "/System/FileSystemStamp.jrnl" }; + Char mStamp[255] = { "/Boot/Journal" kNeFSJournalExt }; }; |
