diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-20 17:00:29 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-20 17:00:29 +0000 |
commit | c707c1dfb58d119305e2f6b6ceddf1bb5852ebaf (patch) | |
tree | e25023a80d5d9b70277e59ef5e4278c324cee2ee | |
parent | ba84d81cba6c0c8e20fe652ec5f574d75a284768 (diff) |
(pager_create): Drop parm CLASS.
-rw-r--r-- | libpager/pager.h | 3 |
1 files changed, 1 insertions, 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); |