From ab4eaababec7f870378ed64fbbf51b154b292a7b Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 22 Feb 2024 20:44:50 +0100 Subject: Kernel: nightly bump. Signed-off-by: Amlal El Mahrouss --- Private/Source/NewFS+FileManager.cxx | 4 ++-- Private/Source/NewFS+IO.cxx | 4 ++-- Private/Source/NewFS+Journal.cxx | 4 ++-- Private/Source/compile_flags.txt | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'Private/Source') diff --git a/Private/Source/NewFS+FileManager.cxx b/Private/Source/NewFS+FileManager.cxx index b0ba37c6..d1ea58f6 100644 --- a/Private/Source/NewFS+FileManager.cxx +++ b/Private/Source/NewFS+FileManager.cxx @@ -9,7 +9,7 @@ #include -#ifdef __USE_NEWFS__ +#ifdef __FSKIT_NEWFS__ /// BUGS: 0 @@ -51,4 +51,4 @@ const char* NewFilesystemHelper::UpDir() { return kFilesystemUpDir; } const char NewFilesystemHelper::Separator() { return kFilesystemSeparator; } } // namespace HCore -#endif // ifdef __USE_NEWFS__ +#endif // ifdef __FSKIT_NEWFS__ diff --git a/Private/Source/NewFS+IO.cxx b/Private/Source/NewFS+IO.cxx index 1a9ac1ad..a4299f72 100644 --- a/Private/Source/NewFS+IO.cxx +++ b/Private/Source/NewFS+IO.cxx @@ -16,10 +16,10 @@ ------------------------------------------------------- */ -#ifdef __USE_NEWFS__ +#ifdef __FSKIT_NEWFS__ /// @brief This implements NewFS with Device Abstraction in mind. /// bugs 0 -#endif // ifdef __USE_NEWFS__ +#endif // ifdef __FSKIT_NEWFS__ diff --git a/Private/Source/NewFS+Journal.cxx b/Private/Source/NewFS+Journal.cxx index 72812b6e..a06249b2 100644 --- a/Private/Source/NewFS+Journal.cxx +++ b/Private/Source/NewFS+Journal.cxx @@ -10,7 +10,7 @@ #include #include -#ifdef __USE_NEWFS__ +#ifdef __FSKIT_NEWFS__ //! bugs: 0 //! @brief Journaling for NewFS. @@ -61,4 +61,4 @@ class NewFSJournalRunner final { }; } // namespace HCore -#endif // ifdef __USE_NEWFS__ +#endif // ifdef __FSKIT_NEWFS__ diff --git a/Private/Source/compile_flags.txt b/Private/Source/compile_flags.txt index b2809811..b96cbe62 100644 --- a/Private/Source/compile_flags.txt +++ b/Private/Source/compile_flags.txt @@ -3,4 +3,4 @@ -std=c++20 -I../ -I$(HOME)/ --D__USE_NEWFS__ +-D__FSKIT_NEWFS__ -- cgit v1.2.3