From c707c1dfb58d119305e2f6b6ceddf1bb5852ebaf Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 20 Jun 1995 17:00:29 +0000 Subject: (pager_create): Drop parm CLASS. --- libpager/pager.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libpager/pager.h b/libpager/pager.h index 3fa89845..f73d74f3 100644 --- a/libpager/pager.h +++ b/libpager/pager.h @@ -30,7 +30,7 @@ int pager_demuxer (mach_msg_header_t *inp, mach_msg_header_t *outp); /* Create a new pager. The pager will have a port created for it - (using libports, in BUCKET of CLASS) and will be immediately ready + (using libports, in BUCKET) and will be immediately ready to receive requests. U_PAGER will be provided to later calls to pager_find_address. The pager will have one user reference created. MAY_CACHE and COPY_STRATEGY are the original values of @@ -40,7 +40,6 @@ int pager_demuxer (mach_msg_header_t *inp, struct pager * pager_create (struct user_pager_info *u_pager, struct port_bucket *bucket, - struct port_class *class, boolean_t may_cache, memory_object_copy_strategy_t copy_strategy); -- cgit v1.2.3