Stop using TRUE and FALSE for exit status.
This commit is contained in:
@@ -568,7 +568,7 @@ extern int syslogd_main(int argc, char **argv)
|
||||
doSyslogd();
|
||||
}
|
||||
|
||||
return(TRUE);
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user