X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Fvfs%2Fmount.c;h=13c1fb39a981603b98e91d299fca075dc71a46d7;hb=8a8a744341df513d00d2e60adf5e88636856e65b;hp=d0d7290c303243f05ebb3f3fb6ac6c10952e37ed;hpb=4e949acb1c98bc071af2d5d9038b4a3e703bf33d;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 ===