Fixing compile warnings
authorJohn Hodge <[email protected]>
Wed, 8 Feb 2012 06:59:04 +0000 (14:59 +0800)
committerJohn Hodge <[email protected]>
Wed, 8 Feb 2012 06:59:04 +0000 (14:59 +0800)
Kernel/vfs/dir.c

index aee7a60..d4c1530 100644 (file)
@@ -13,9 +13,9 @@ extern tVFS_Mount     *gRootMount;
 // === PROTOTYPES ===
 #if 0
  int   VFS_MkDir(const char *Path);
-#endif
  int   VFS_MkNod(const char *Path, Uint Flags);
-// int VFS_Symlink(const char *Name, const char *Link);
+ int   VFS_Symlink(const char *Name, const char *Link);
+#endif
 
 // === CODE ===
 /**

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