mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
Soft links: Fix compile problems on first build with soft links enabled.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user