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 ea41fc0..1e1f134 100644 --- a/sysklogd/logread.c +++ b/sysklogd/logread.c @@ -88,7 +88,7 @@ static void error_exit(const char *str) } #else /* On Linux, shmdt is not mandatory on exit */ -# define error_exit(str) bb_perror_msg_and_die(str) +# define error_exit(str) bb_simple_perror_msg_and_die(str) #endif /* |