summaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-07-21 21:19:33 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-07-21 21:19:33 +0100
commitc7e9d01d331d966a92efdc7ad6fb76ac96d0943e (patch)
tree33afa65a1805167ef0bec13c8dd6f8aeb1d2de75 /dev
parent514a5540e4fdb94fe504792191b66444f03956fa (diff)
fix: KPC: Fix duplicate of kErrorNetworkTimeout.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev')
-rw-r--r--dev/kernel/KernelKit/KPC.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/kernel/KernelKit/KPC.h b/dev/kernel/KernelKit/KPC.h
index 26d1b113..836be458 100644
--- a/dev/kernel/KernelKit/KPC.h
+++ b/dev/kernel/KernelKit/KPC.h
@@ -65,7 +65,7 @@ inline constexpr KPCError kErrorFileLocked = 64;
inline constexpr KPCError kErrorDiskIsTooTiny = 65;
inline constexpr KPCError kErrorDmaExhausted = 66;
inline constexpr KPCError kErrorOutOfBitMapMemory = 67;
-inline constexpr KPCError kErrorNetworkTimeout = 68;
+inline constexpr KPCError kErrorTimeout = 68;
/// Generic errors.
inline constexpr KPCError kErrorUnimplemented = -1;