diff options
author | Miles Bader <miles@gnu.org> | 1996-02-07 23:29:48 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-02-07 23:29:48 +0000 |
commit | b386d424732ec25579730e9f82b279e5ba1509a4 (patch) | |
tree | f356b60d7a03787b9780eb9729d8120146822665 | |
parent | 183ff40e469eda0e19241619b64bc5abd2827b96 (diff) |
(diskfs_common_options): Make const.
-rw-r--r-- | libdiskfs/opts-common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/opts-common.c b/libdiskfs/opts-common.c index 56b82f17..5d94f7b4 100644 --- a/libdiskfs/opts-common.c +++ b/libdiskfs/opts-common.c @@ -1,6 +1,6 @@ /* Options common to both startup and runtime - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1996 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.ai.mit.edu> @@ -22,7 +22,7 @@ #include <argp.h> -struct argp_option diskfs_common_options[] = +const struct argp_option diskfs_common_options[] = { {"readonly", 'r', 0, 0, "Never write to disk or allow opens for writing"}, {"rdonly", 0, 0, OPTION_ALIAS | OPTION_HIDDEN}, |