Fix build for gcc4
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28160 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
26da5fe367
commit
b5e67ab6fb
@ -265,7 +265,7 @@ Directory::Inode() const
|
||||
}
|
||||
|
||||
status_t
|
||||
Directory::GetNextEntry(void *cookie, uint8 mask, uint8 match = 0)
|
||||
Directory::GetNextEntry(void *cookie, uint8 mask, uint8 match)
|
||||
{
|
||||
TRACE(("FASFS::Directory::%s(, %02x, %02x)\n", __FUNCTION__, mask, match));
|
||||
struct dir_cookie *c = (struct dir_cookie *)cookie;
|
||||
|
Loading…
Reference in New Issue
Block a user