summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-01-22 00:54:54 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-01-22 00:54:54 +0000
commit974deff516246290535f2cc0abbdf62bc670556c (patch)
treeccbbeb8e9d10e887692e2d4501f03fa148ef2b19
parent8a8a5f4491f73217b576b8f80bbd8e6f3cae54a3 (diff)
Formerly pagemap.c.~3~
-rw-r--r--libpager/pagemap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpager/pagemap.c b/libpager/pagemap.c
index 2e7b3fc7..355efa23 100644
--- a/libpager/pagemap.c
+++ b/libpager/pagemap.c
@@ -20,8 +20,8 @@
/* Grow the pagemap as necessary to deal with address OFF */
void
-pagemap_resize (struct pager *p,
- int off)
+_pager_pagemap_resize (struct pager *p,
+ vm_address_t off)
{
void *newaddr;
int newsize;