Patch from Kent Robotti to being fdisk in sync with v2.12 final.
[oweals/busybox.git] / init / mesg.c
index f9b46e02968564bb617ad35ce5440acd7f523b88..7b8acf6576fc65cac180d82d9120cf176c4bbc5d 100644 (file)
@@ -52,7 +52,7 @@ extern int mesg_main(int argc, char *argv[])
                                return EXIT_SUCCESS;
                        }
                }
-               perror_msg_and_die("%s", tty);
+               bb_perror_msg_and_die("%s", tty);
        }
-       show_usage();
+       bb_show_usage();
 }