BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / 2d05318728e0aa3fca502a2aeb1738773fffc98b / vfs / ext2fs / block.c

// Related

Nucleus

Barry Directory listing in VFS 2d05318 (3 years, 2 months ago)
diff --git a/vfs/ext2fs/block.c b/vfs/ext2fs/block.c
index 65ffdae..a084c76 100644
--- a/vfs/ext2fs/block.c
+++ b/vfs/ext2fs/block.c
@@ -1,5 +1,5 @@
 #include <stdint.h>
-#include <nucleus/panic.h>
+#include <nucleus/kernel.h>
 #include <nucleus/vfs.h>
 #include "ext2fs.h"