From bdedb4a5c68b30170bcccd8b82aaff4b2972cbee Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 20 Feb 1996 18:36:15 +0000 Subject: (diskfs_parse_runtime_options): STANDARD_ARGP is const. --- libdiskfs/opts-runtime-parse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libdiskfs') 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, -- cgit v1.2.3