diff options
Diffstat (limited to 'mount.c')
-rw-r--r-- | mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -233,7 +233,7 @@ parse_mount_options(char *options, int *flags, char *strflags) | |||
233 | } | 233 | } |
234 | } | 234 | } |
235 | 235 | ||
236 | extern int | 236 | static int |
237 | mount_one(char *blockDevice, char *directory, char *filesystemType, | 237 | mount_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) |