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 883e2cf44..8ea8047f7 100644 --- a/sysklogd/logread.c +++ b/sysklogd/logread.c | |||
@@ -102,7 +102,7 @@ extern int logread_main(int argc, char **argv) | |||
102 | error_exit("Can't get access to circular buffer from syslogd"); | 102 | error_exit("Can't get access to circular buffer from syslogd"); |
103 | 103 | ||
104 | if ( (log_semid = semget(KEY_ID, 0, 0)) == -1) | 104 | if ( (log_semid = semget(KEY_ID, 0, 0)) == -1) |
105 | error_exit("Can't get access to semaphone(s) for circular buffer from syslogd"); | 105 | error_exit("Can't get access to semaphone(s) for circular buffer from syslogd"); |
106 | 106 | ||
107 | // Suppose atomic memory move | 107 | // Suppose atomic memory move |
108 | i = follow ? buf->tail : buf->head; | 108 | i = follow ? buf->tail : buf->head; |