X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fvfs_int.h;fp=Kernel%2Finclude%2Fvfs_int.h;h=e54806235a72138fab158cf7fbc9a154e05c832f;hb=243bdab4e7acc8516d9b1c138f45dc1195f97767;hp=f227b23d6cd42074ff5bbbb663178bd7504cf32d;hpb=f035491c949cb86d92a93fc3d9d033538704256b;p=tpg%2Facess2.git diff --git a/Kernel/include/vfs_int.h b/Kernel/include/vfs_int.h index f227b23d..e5480623 100644 --- a/Kernel/include/vfs_int.h +++ b/Kernel/include/vfs_int.h @@ -36,7 +36,7 @@ typedef struct sVFS_Proc { } tVFS_Proc; // === GLOBALS === -extern tVFS_Mount *gMounts; +extern tVFS_Mount *gVFS_Mounts; // === PROTOTYPES === // --- OPEN.C ---