summaryrefslogtreecommitdiff
path: root/isofs/pager.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-09-13 06:35:11 +0000
committerRoland McGrath <roland@gnu.org>1999-09-13 06:35:11 +0000
commit2a061ebb71bf7a93d5e7ed71fa13dd7005745965 (patch)
treec03dbbcdb1ab820ed98049bf3ad866ca4125ae2c /isofs/pager.c
parentd5192f3ae0bc49683b16882e47d1bc39607d5363 (diff)
Reverted changes related to io_map_segment.
Diffstat (limited to 'isofs/pager.c')
-rw-r--r--isofs/pager.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/isofs/pager.c b/isofs/pager.c
index 7f163daf..7e12ebc0 100644
--- a/isofs/pager.c
+++ b/isofs/pager.c
@@ -147,12 +147,10 @@ diskfs_file_update (struct node *np,
/* Create a FILE_DATA pager for the specified node */
mach_port_t
-diskfs_get_filemap (struct node *np, int index, vm_prot_t prot)
+diskfs_get_filemap (struct node *np, vm_prot_t prot)
{
struct user_pager_info *upi;
mach_port_t right;
-
- assert (index == 0); /* XXX */
assert (S_ISDIR (np->dn_stat.st_mode)
|| S_ISREG (np->dn_stat.st_mode)