From 515787ee255cca0a073ecb83e0f6df04e26fddd3 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 8 May 2002 10:08:00 +0000 Subject: 2002-05-08 Roland McGrath * main.c (diskfs_append_args): unsigned -> size_t * lookup.c (diskfs_get_directs): Likewise. --- isofs/lookup.c | 6 +++--- isofs/main.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'isofs') diff --git a/isofs/lookup.c b/isofs/lookup.c index fff7c64d..f3e7581f 100644 --- a/isofs/lookup.c +++ b/isofs/lookup.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1997,98,99,2001 Free Software Foundation, Inc. + Copyright (C) 1997,98,99,2001,02 Free Software Foundation, Inc. Written by Thomas Bushnell, n/BSG. This file is part of the GNU Hurd. @@ -221,7 +221,7 @@ diskfs_get_directs (struct node *dp, int entry, int nentries, char **data, - u_int *datacnt, + size_t *datacnt, vm_size_t bufsiz, int *amt) { @@ -333,7 +333,7 @@ diskfs_get_directs (struct node *dp, if (datap - *data + reclen > allocsize) { vm_address_t newdata; - + vm_allocate (mach_task_self (), &newdata, (ouralloc ? (allocsize *= 2) diff --git a/isofs/main.c b/isofs/main.c index 37f8a007..e9b9f022 100644 --- a/isofs/main.c +++ b/isofs/main.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1997, 98, 99 Free Software Foundation, Inc. + Copyright (C) 1997,98,99,2002 Free Software Foundation, Inc. Written by Thomas Bushnell, n/BSG. This file is part of the GNU Hurd. @@ -112,7 +112,7 @@ read_sblock () /* Override the standard diskfs routine so we can add our own output. */ error_t -diskfs_append_args (char **argz, unsigned *argz_len) +diskfs_append_args (char **argz, size_t *argz_len) { error_t err; -- cgit v1.2.3