getty, sulogin: convert to using bb_msg for syslog output
This commit is contained in:
@@ -20,5 +20,7 @@ void bb_fflush_stdout_and_exit(int retval)
|
||||
if (fflush(stdout)) {
|
||||
retval = bb_default_error_retval;
|
||||
}
|
||||
if (die_sleep)
|
||||
sleep(die_sleep);
|
||||
exit(retval);
|
||||
}
|
||||
|
Reference in New Issue
Block a user