diff options
Diffstat (limited to 'util-linux/unshare.c')
-rw-r--r-- | util-linux/unshare.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/unshare.c b/util-linux/unshare.c index 7c295da1f..fffee28a0 100644 --- a/util-linux/unshare.c +++ b/util-linux/unshare.c | |||
@@ -73,7 +73,7 @@ | |||
73 | #include "libbb.h" | 73 | #include "libbb.h" |
74 | 74 | ||
75 | static void mount_or_die(const char *source, const char *target, | 75 | static void mount_or_die(const char *source, const char *target, |
76 | const char *fstype, unsigned long mountflags) | 76 | const char *fstype, unsigned long mountflags) |
77 | { | 77 | { |
78 | if (mount(source, target, fstype, mountflags, NULL)) { | 78 | if (mount(source, target, fstype, mountflags, NULL)) { |
79 | bb_perror_msg_and_die("can't mount %s on %s (flags:0x%lx)", | 79 | bb_perror_msg_and_die("can't mount %s on %s (flags:0x%lx)", |