diff options
Diffstat (limited to 'libdiskfs/opts-get.c')
-rw-r--r-- | libdiskfs/opts-get.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/libdiskfs/opts-get.c b/libdiskfs/opts-get.c index 26558212..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,9 +22,7 @@ #include "priv.h" error_t -diskfs_get_options (char **argz, unsigned *argz_len) +diskfs_append_args (char **argz, size_t *argz_len) { - *argz = 0; - *argz_len = 0; return diskfs_append_std_options (argz, argz_len); } |