summaryrefslogtreecommitdiffhomepage
path: root/Private/Source
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-22 20:44:50 +0100
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-22 20:44:50 +0100
commitab4eaababec7f870378ed64fbbf51b154b292a7b (patch)
tree0c1a7071a5e341ff95c4c52a9b71f4481ab122e3 /Private/Source
parent77571f02bcd83ca9a158e9ce8592b101039878e1 (diff)
Kernel: nightly bump.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/Source')
-rw-r--r--Private/Source/NewFS+FileManager.cxx4
-rw-r--r--Private/Source/NewFS+IO.cxx4
-rw-r--r--Private/Source/NewFS+Journal.cxx4
-rw-r--r--Private/Source/compile_flags.txt2
4 files changed, 7 insertions, 7 deletions
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 <KernelKit/FileManager.hpp>
-#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 <KernelKit/DebugOutput.hpp>
#include <KernelKit/FileManager.hpp>
-#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__