X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Fvfs%2Fmount.c;h=13c1fb39a981603b98e91d299fca075dc71a46d7;hb=9d85201216cb35e1b1e051b1d7cdc38eaa5befa4;hp=d0d7290c303243f05ebb3f3fb6ac6c10952e37ed;hpb=635bc78017d8a4a16314a973e39c849b2afac795;p=tpg%2Facess2.git diff --git a/Kernel/vfs/mount.c b/Kernel/vfs/mount.c index d0d7290c..13c1fb39 100644 --- a/Kernel/vfs/mount.c +++ b/Kernel/vfs/mount.c @@ -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 ===