Kernel - Finally fixed that corruption bug (description follows)
[tpg/acess2.git] / Kernel / vfs / mount.c
index d0d7290..13c1fb3 100644 (file)
@@ -11,7 +11,9 @@ extern int    giVFS_MountFileID;
 extern char    *gsVFS_MountFile;
 
 // === PROTOTYPES ===
+#if 0
  int   VFS_Mount(const char *Device, const char *MountPoint, const char *Filesystem, const char *Options);
+#endif
 void   VFS_UpdateMountFile(void);
 
 // === GLOBALS ===

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