diff options
Diffstat (limited to 'coreutils/mknod.c')
-rw-r--r-- | coreutils/mknod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/mknod.c b/coreutils/mknod.c index ea6f24ae6..a876daaf1 100644 --- a/coreutils/mknod.c +++ b/coreutils/mknod.c | |||
@@ -44,7 +44,7 @@ int mknod_main(int argc, char **argv) | |||
44 | if (mknod(name, mode, dev) == 0) { | 44 | if (mknod(name, mode, dev) == 0) { |
45 | return EXIT_SUCCESS; | 45 | return EXIT_SUCCESS; |
46 | } | 46 | } |
47 | bb_perror_msg_and_die("%s", name); | 47 | bb_simple_perror_msg_and_die(name); |
48 | } | 48 | } |
49 | } | 49 | } |
50 | bb_show_usage(); | 50 | bb_show_usage(); |