Stop using TRUE and FALSE for exit status.
[oweals/busybox.git] / syslogd.c
index 9bedc84f29a7cd71145865f86027b23d9025bc2a..a5071583d07fb22f394d0c96765c567d845f1c46 100644 (file)
--- a/syslogd.c
+++ b/syslogd.c
@@ -568,7 +568,7 @@ extern int syslogd_main(int argc, char **argv)
                doSyslogd();
        }
 
-       return(TRUE);
+       return EXIT_SUCCESS;
 }
 
 /*