Might help gcc 2.95.3 to resolve its perceived overloading of the

function.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24824 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-04-06 03:13:11 +00:00
parent 6e36a49e62
commit ea39c6377e
1 changed files with 1 additions and 1 deletions

View File

@ -2399,7 +2399,7 @@ vfs_get_fs_node_from_path(fssh_fs_volume *volume, const char *path, bool kernel,
}
// Use get_vnode() to resolve the cookie for the right layer.
status = fssh_get_vnode(volume, vnode->id, _node);
status = ::fssh_get_vnode(volume, vnode->id, _node);
put_vnode(vnode);
return FSSH_B_OK;