Remove == TRUE' tests and convert
!= TRUE' and `== FALSE' tests to use !.
This commit is contained in:
@@ -135,7 +135,7 @@ extern int klogd_main(int argc, char **argv)
|
||||
}
|
||||
}
|
||||
|
||||
if (doFork == TRUE) {
|
||||
if (doFork) {
|
||||
#if !defined(__UCLIBC__) || defined(__UCLIBC_HAS_MMU__)
|
||||
if (daemon(0, 1) < 0)
|
||||
perror_msg_and_die("daemon");
|
||||
|
Reference in New Issue
Block a user