X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Fvfs%2Fhandle.c;h=ecf3f5c0ff86933e3fa7703766e71323ac71dabc;hb=9d85201216cb35e1b1e051b1d7cdc38eaa5befa4;hp=21a98e05839a29bf596cce55966877c747fb1b61;hpb=635bc78017d8a4a16314a973e39c849b2afac795;p=tpg%2Facess2.git diff --git a/Kernel/vfs/handle.c b/Kernel/vfs/handle.c index 21a98e05..ecf3f5c0 100644 --- a/Kernel/vfs/handle.c +++ b/Kernel/vfs/handle.c @@ -13,7 +13,9 @@ #define MAX_KERNEL_FILES 128 // === PROTOTYPES === +#if 0 tVFS_Handle *VFS_GetHandle(int FD); +#endif int VFS_AllocHandle(int FD, tVFS_Node *Node, int Mode); // === GLOBALS ===