summaryrefslogtreecommitdiff
path: root/vm/vm_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_object.h')
-rw-r--r--vm/vm_object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_object.h b/vm/vm_object.h
index b8b34aa9..578720ee 100644
--- a/vm/vm_object.h
+++ b/vm/vm_object.h
@@ -51,7 +51,7 @@ struct vm_object_pager {
void (*ref)(struct vm_object *object);
void (*unref)(struct vm_object *object);
int (*get)(struct vm_object *object, uint64_t offset,
- struct vm_page **pagep, int access_type, int advice);
+ struct vm_page **pagep);
};
static inline void