From 9d5d5bb807d7706c3070cc213b6a586e41c9765d Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 18 Jan 1994 00:14:24 +0000 Subject: Formerly object-init.c.~3~ --- libpager/object-init.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libpager/object-init.c b/libpager/object-init.c index a5d52d08..3d78199e 100644 --- a/libpager/object-init.c +++ b/libpager/object-init.c @@ -18,11 +18,11 @@ /* This is called by a kernel to initialize the memory object; this routine is a dual of seqnos_memory_object_terminate. */ kern_return_t -seqnos_memory_object_init (mach_port_t object, - mach_port_seqno_t seqno, - mach_port_t control, - mach_port_t name, - vm_size_t pagesize) +_pager_seqnos_memory_object_init (mach_port_t object, + mach_port_seqno_t seqno, + mach_port_t control, + mach_port_t name, + vm_size_t pagesize) { struct pager *p; -- cgit v1.2.3