fix to conform to the API

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9966 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2004-11-15 21:33:48 +00:00
parent abb0fbc167
commit fac367f27d

View File

@ -53,7 +53,7 @@ strtod(const char */*start*/, char **/*end*/)
static status_t
bfs_mount(mount_id mountID, const char *device, void *args, void **data, vnode_id *rootID)
bfs_mount(mount_id mountID, const char *device, uint32 flags, const char *args, void **data, vnode_id *rootID)
{
FUNCTION();