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