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 21b2689cc..022ab8571 100644 --- a/coreutils/mknod.c +++ b/coreutils/mknod.c | |||
| @@ -84,7 +84,7 @@ int mknod_main(int argc, char **argv) | |||
| 84 | mode |= perm; | 84 | mode |= perm; |
| 85 | 85 | ||
| 86 | if (mknod(argv[0], mode, dev) != 0) | 86 | if (mknod(argv[0], mode, dev) != 0) |
| 87 | fatalError("%s: %s\n", argv[0], strerror(errno)); | 87 | error_msg_and_die("%s: %s\n", argv[0], strerror(errno)); |
| 88 | return EXIT_SUCCESS; | 88 | return EXIT_SUCCESS; |
| 89 | } | 89 | } |
| 90 | 90 | ||
