git.ucc.asn.au
/
tpg
/
acess2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfacdd3
)
Fixing compile warnings
author
John Hodge
<
[email protected]
>
Wed, 8 Feb 2012 06:59:04 +0000
(14:59 +0800)
committer
John Hodge
<
[email protected]
>
Wed, 8 Feb 2012 06:59:04 +0000
(14:59 +0800)
Kernel/vfs/dir.c
patch
|
blob
|
history
diff --git
a/Kernel/vfs/dir.c
b/Kernel/vfs/dir.c
index
aee7a60
..
d4c1530
100644
(file)
--- a/
Kernel/vfs/dir.c
+++ b/
Kernel/vfs/dir.c
@@
-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