From 34a9c306ed26aae53e43d3c4da37bbf6d24d4486 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 29 Nov 1998 17:17:14 +0000 Subject: 1998-11-29 Roland McGrath * trans-callback.c (_diskfs_translator_callback1_fn): Use size_t* instead of int* for ARGZ_LEN arg. --- libdiskfs/trans-callback.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libdiskfs/trans-callback.c b/libdiskfs/trans-callback.c index 9a78efa1..43492d6e 100644 --- a/libdiskfs/trans-callback.c +++ b/libdiskfs/trans-callback.c @@ -1,5 +1,5 @@ -/* - Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. +/* + Copyright (C) 1995, 96, 97, 98 Free Software Foundation, Inc. Written by Michael I. Bushnell. This file is part of the GNU Hurd. @@ -26,7 +26,7 @@ static error_t _diskfs_translator_callback1_fn (void *cookie1, void *cookie2, uid_t *uid, gid_t *gid, - char **argz, int *argz_len) + char **argz, size_t *argz_len) { error_t err; struct node *np = cookie1; -- cgit v1.2.3