diff options
Diffstat (limited to 'sysklogd/logread.c')
-rw-r--r-- | sysklogd/logread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysklogd/logread.c b/sysklogd/logread.c index d5f8ca0..e6cfcf4 100644 --- a/sysklogd/logread.c +++ b/sysklogd/logread.c @@ -226,5 +226,5 @@ int logread_main(int argc UNUSED_PARAM, char **argv) /* shmdt(shbuf); - on Linux, shmdt is not mandatory on exit */ - fflush_stdout_and_exit(EXIT_SUCCESS); + fflush_stdout_and_exit_SUCCESS(); } |