Added NULL check to VFS_ReadDir
[tpg/acess2.git] / Kernel / vfs / fs / root.c
index e035fd7..4a81715 100644 (file)
@@ -19,7 +19,9 @@ tRamFS_File   *Root_int_AllocFile();
 
 // === GLOBALS ===
 tVFS_Driver    gRootFS_Info = {
-       "rootfs", 0, Root_InitDevice,
+       "rootfs", 0,
+       Root_InitDevice,
+       NULL,   // Unmount
        NULL
 };
 tRamFS_File    RootFS_Files[MAX_FILES];

UCC git Repository :: git.ucc.asn.au