rule_based_prefetcher.cpp: Fix function prototype
Signed-off-by: Jaroslaw Pelczar <[email protected]> Change-Id: Ic0d961266a6aebf31c711c466fb3ff5a5b1b50ff Reviewed-on: https://review.haiku-os.org/c/haiku/+/1777 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
7d6cb3e3c5
commit
cca5be407e
@@ -680,7 +680,7 @@ RuleMatcher::GotArguments(int32 argCount, char * const *args)
|
|||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
node_opened(void *vnode, int32 fdType, mount_id device, vnode_id parent,
|
node_opened(struct vnode *vnode, int32 fdType, dev_t device, vnode_id parent,
|
||||||
vnode_id node, const char *name, off_t size)
|
vnode_id node, const char *name, off_t size)
|
||||||
{
|
{
|
||||||
if (device < gBootDevice) {
|
if (device < gBootDevice) {
|
||||||
|
|||||||
Reference in New Issue
Block a user