diff options
author | Tim Riker <tim@rikers.org> | 2006-01-25 00:08:53 +0000 |
---|---|---|
committer | Tim Riker <tim@rikers.org> | 2006-01-25 00:08:53 +0000 |
commit | c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4 (patch) | |
tree | 5f329b7d0c7f20ecced0dc7581a9ba6dc720d965 /sysklogd | |
parent | f64ff682a3d58dbb627e760e6fe1ec21d9ccdf61 (diff) | |
download | busybox-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.gz |
just whitespace
Diffstat (limited to 'sysklogd')
-rw-r--r-- | sysklogd/logread.c | 2 | ||||
-rw-r--r-- | sysklogd/syslogd.c | 2 |
2 files changed, 2 insertions, 2 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) error_exit("Can't get access to circular buffer from syslogd"); if ( (log_semid = semget(KEY_ID, 0, 0)) == -1) - error_exit("Can't get access to semaphone(s) for circular buffer from syslogd"); + error_exit("Can't get access to semaphone(s) for circular buffer from syslogd"); // Suppose atomic memory move i = follow ? buf->tail : buf->head; diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c index e6b7ee7ed..c827fd85a 100644 --- a/sysklogd/syslogd.c +++ b/sysklogd/syslogd.c @@ -386,7 +386,7 @@ static void logMessage(int pri, char *msg) time_t now; char *timestamp; static char res[20]; -#ifdef CONFIG_FEATURE_REMOTE_LOG +#ifdef CONFIG_FEATURE_REMOTE_LOG static char line[MAXLINE + 1]; #endif CODE *c_pri, *c_fac; |