diff options
Diffstat (limited to 'util-linux/mount.c')
-rw-r--r-- | util-linux/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mount.c b/util-linux/mount.c index 10ada5426..7c58aefb9 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -1559,7 +1559,7 @@ static int singlemount(struct mntent *mp, int ignore_busy) | |||
1559 | 1559 | ||
1560 | static const char must_be_root[] ALIGN1 = "you must be root"; | 1560 | static const char must_be_root[] ALIGN1 = "you must be root"; |
1561 | 1561 | ||
1562 | int mount_main(int argc, char **argv); | 1562 | int mount_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
1563 | int mount_main(int argc, char **argv) | 1563 | int mount_main(int argc, char **argv) |
1564 | { | 1564 | { |
1565 | enum { OPT_ALL = 0x10 }; | 1565 | enum { OPT_ALL = 0x10 }; |