summaryrefslogtreecommitdiff
path: root/libdiskfs/opts-get.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-05-08 09:56:54 +0000
committerRoland McGrath <roland@gnu.org>2002-05-08 09:56:54 +0000
commitac081bb7164e3e633bb1f05aebac4e5acede361a (patch)
treeb51b7fb067e587133cf76d9f867e5b231c34d38f /libdiskfs/opts-get.c
parentbe1221b667c49233935f487d125ba8147aa1c84d (diff)
2002-05-08 Roland McGrath <roland@frob.com>
* diskfs.h (diskfs_append_args): unsigned -> size_t in argument type. (diskfs_append_std_options): Likewise. (diskfs_get_directs): Likewise. * file-exec.c (diskfs_S_file_exec): Likewise. * file-get-fs-opts.c (diskfs_S_file_get_fs_options): Likewise. * file-get-trans.c (diskfs_S_file_get_translator): Likewise. * file-getfh.c (diskfs_S_file_getfh): Likewise. * file-set-trans.c (diskfs_S_file_set_translator): Likewise. * fsys-getroot.c (diskfs_S_fsys_getroot): Likewise. * io-restrict-auth.c (diskfs_S_io_restrict_auth): Likewise. * opts-append-std.c (diskfs_append_std_options): Likewise. * opts-get.c (diskfs_append_args): Likewise. * dir-readdir.c (diskfs_S_dir_readdir): Likewise.
Diffstat (limited to 'libdiskfs/opts-get.c')
-rw-r--r--libdiskfs/opts-get.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/libdiskfs/opts-get.c b/libdiskfs/opts-get.c
index 91ec169b..c23e4bec 100644
--- a/libdiskfs/opts-get.c
+++ b/libdiskfs/opts-get.c
@@ -1,8 +1,7 @@
/* Get run-time options
- Copyright (C) 1995, 1996 Free Software Foundation, Inc.
-
- Written by Miles Bader <miles@gnu.ai.mit.edu>
+ Copyright (C) 1995,96,2002 Free Software Foundation, Inc.
+ Written by Miles Bader <miles@gnu.org>
This file is part of the GNU Hurd.
@@ -23,7 +22,7 @@
#include "priv.h"
error_t
-diskfs_append_args (char **argz, unsigned *argz_len)
+diskfs_append_args (char **argz, size_t *argz_len)
{
return diskfs_append_std_options (argz, argz_len);
}