aboutsummaryrefslogtreecommitdiff
path: root/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'mount.c')
-rw-r--r--mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount.c b/mount.c
index 9c438bf6c..eb6091f30 100644
--- a/mount.c
+++ b/mount.c
@@ -233,7 +233,7 @@ parse_mount_options(char *options, int *flags, char *strflags)
233 } 233 }
234} 234}
235 235
236extern int 236static int
237mount_one(char *blockDevice, char *directory, char *filesystemType, 237mount_one(char *blockDevice, char *directory, char *filesystemType,
238 unsigned long flags, char *string_flags, int useMtab, int fakeIt, 238 unsigned long flags, char *string_flags, int useMtab, int fakeIt,
239 char *mtab_opts, int whineOnErrors, int mount_all) 239 char *mtab_opts, int whineOnErrors, int mount_all)