diff options
Diffstat (limited to 'util-linux/umount.c')
-rw-r--r-- | util-linux/umount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/umount.c b/util-linux/umount.c index 3f7c0abbd..6136fa97c 100644 --- a/util-linux/umount.c +++ b/util-linux/umount.c | |||
@@ -27,7 +27,7 @@ | |||
27 | //#define MNT_DETACH 0x00000002 /* Just detach from the tree */ | 27 | //#define MNT_DETACH 0x00000002 /* Just detach from the tree */ |
28 | 28 | ||
29 | int umount_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 29 | int umount_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
30 | int umount_main(int argc, char **argv) | 30 | int umount_main(int argc ATTRIBUTE_UNUSED, char **argv) |
31 | { | 31 | { |
32 | int doForce; | 32 | int doForce; |
33 | char *const path = xmalloc(PATH_MAX + 2); /* to save stack */ | 33 | char *const path = xmalloc(PATH_MAX + 2); /* to save stack */ |