diff --git a/bind-mount.c b/bind-mount.c index 808d5df..877b095 100644 --- a/bind-mount.c +++ b/bind-mount.c @@ -86,7 +86,7 @@ decode_mountoptions (const char *options) int i; unsigned long flags = 0; static const struct { int flag; - char *name; + const char *name; } flags_data[] = { { 0, "rw" }, { MS_RDONLY, "ro" },