Kernel - Reworked x86 physical memory allocation
[tpg/acess2.git] / Kernel / vfs / handle.c
index 21a98e0..ecf3f5c 100644 (file)
@@ -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 ===

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