aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/mount.c')
-rw-r--r--util-linux/mount.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c
index 4a0237196..bc1c0d4a9 100644
--- a/util-linux/mount.c
+++ b/util-linux/mount.c
@@ -891,7 +891,7 @@ static int nfsmount(struct mntent *mp, int vfsflags, char *filteropts)
891 for (opt = strtok(filteropts, ","); opt; opt = strtok(NULL, ",")) { 891 for (opt = strtok(filteropts, ","); opt; opt = strtok(NULL, ",")) {
892 char *opteq = strchr(opt, '='); 892 char *opteq = strchr(opt, '=');
893 if (opteq) { 893 if (opteq) {
894 const char *const options[] = { 894 static const char *const options[] = {
895 /* 0 */ "rsize", 895 /* 0 */ "rsize",
896 /* 1 */ "wsize", 896 /* 1 */ "wsize",
897 /* 2 */ "timeo", 897 /* 2 */ "timeo",
@@ -996,7 +996,7 @@ static int nfsmount(struct mntent *mp, int vfsflags, char *filteropts)
996 } 996 }
997 } 997 }
998 else { 998 else {
999 const char *const options[] = { 999 static const char *const options[] = {
1000 "bg", 1000 "bg",
1001 "fg", 1001 "fg",
1002 "soft", 1002 "soft",