diff options
author | Miles Bader <miles@gnu.org> | 1996-02-20 18:36:15 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-02-20 18:36:15 +0000 |
commit | bdedb4a5c68b30170bcccd8b82aaff4b2972cbee (patch) | |
tree | cf81a48bd4edb8257048e34ba3fd0e99e014e94b /libdiskfs/opts-runtime-parse.c | |
parent | 57fbceb51061b86f5121afeed67b1ee7353709df (diff) |
(diskfs_parse_runtime_options): STANDARD_ARGP is const.
Diffstat (limited to 'libdiskfs/opts-runtime-parse.c')
-rw-r--r-- | libdiskfs/opts-runtime-parse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/opts-runtime-parse.c b/libdiskfs/opts-runtime-parse.c index 1df679df..3e7a9cf3 100644 --- a/libdiskfs/opts-runtime-parse.c +++ b/libdiskfs/opts-runtime-parse.c @@ -1,6 +1,6 @@ /* A default diskfs_parse_runtime_options routine - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1996 Free Software Foundation, Inc. This file is part of the GNU Hurd. @@ -22,7 +22,7 @@ error_t diskfs_parse_runtime_options (int argc, char **argv, - struct argp *standard_argp) + const struct argp *standard_argp) { return argp_parse (standard_argp, argc, argv, ARGP_NO_ERRS | ARGP_NO_HELP | ARGP_PARSE_ARGV0, |