summaryrefslogtreecommitdiff
path: root/ufs
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-06-22 21:50:14 +0000
committerMiles Bader <miles@gnu.org>1996-06-22 21:50:14 +0000
commit1776c03031f4241f6044b90d485c4999ab52126b (patch)
treea24cecfc8678ded8e15e04604ab665e6b3876f5a /ufs
parent28a99b0d3e7d6669bcfa9c6eb6c4d53a6c719c34 (diff)
(options): Make const.
Diffstat (limited to 'ufs')
-rw-r--r--ufs/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/main.c b/ufs/main.c
index 617796d8..1e7a87bc 100644
--- a/ufs/main.c
+++ b/ufs/main.c
@@ -58,7 +58,7 @@ int diskfs_readonly;
/* Ufs-specific options. XXX this should be moved so it can be done at
runtime as well as startup. */
-static struct argp_option
+static const struct argp_option
options[] =
{
{"compat", 'C', "FMT", 0,