diff options
author | dzwdz | 2022-08-04 23:06:57 +0200 |
---|---|---|
committer | dzwdz | 2022-08-04 23:06:57 +0200 |
commit | ce00d1677d7a419b427e7f11963eee982a55a231 (patch) | |
tree | 2662c3861226f6909b83d57ff8b6ac3b2ba5ec8d /src/kernel/vfs/path.h | |
parent | 26dc784103914b9d6ba36e0a96fa4b3af977626f (diff) |
do some simple TODOs, organize the rest; general code maintainance
Diffstat (limited to 'src/kernel/vfs/path.h')
-rw-r--r-- | src/kernel/vfs/path.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/kernel/vfs/path.h b/src/kernel/vfs/path.h index 8efa0d4..7484619 100644 --- a/src/kernel/vfs/path.h +++ b/src/kernel/vfs/path.h @@ -1,8 +1,7 @@ #pragma once +#include <camellia/path.h> #include <stddef.h> -#define PATH_MAX 512 - /** Reduce a path to its simplest form. * * @return length of the string in *out, always less than len. Negative if the path was invalid. |