diff options
Diffstat (limited to 'libdiskfs/opts-get.c')
-rw-r--r-- | libdiskfs/opts-get.c | 7 |
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); } |