Soft links: Fix compile problems on first build with soft links enabled.

This commit is contained in:
Gregory Nutt
2017-02-02 15:24:39 -06:00
parent bdc002fadc
commit 35d738d85f
6 changed files with 19 additions and 17 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ FAR struct inode *inode_find(FAR const char *path, FAR const char **relpath)
#ifdef CONFIG_PSEUDOFS_SOFTLINKS
FAR struct inode *inode_find_nofollow(FAR const char *path,
FARconst char **relpath)
FAR const char **relpath)
{
FAR struct inode *node;