From 5ad27ae7b592b9e9aa75900983b6d3ead221d86f Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 8 Feb 1994 18:44:08 +0000 Subject: Formerly io-map-cntl.c.~3~ --- libdiskfs/io-map-cntl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libdiskfs/io-map-cntl.c b/libdiskfs/io-map-cntl.c index f98757ca..2e91c20b 100644 --- a/libdiskfs/io-map-cntl.c +++ b/libdiskfs/io-map-cntl.c @@ -17,6 +17,7 @@ #include "priv.h" #include "io_S.h" +#include /* Implement io_map_cntl as described in . */ error_t @@ -30,7 +31,7 @@ S_io_map_cntl (struct protid *cred, mutex_lock (&cred->po->np->lock); if (!cred->mapped) { - default_pager_object_create (default_pager, &cred->shared_object, + default_pager_object_create (diskfs_default_pager, &cred->shared_object, __vm_page_size); vm_map (mach_task_self (), (u_int *)&cred->mapped, __vm_page_size, 0, 1, cred->shared_object, 0, 0, VM_PROT_READ|VM_PROT_WRITE, -- cgit v1.2.3