diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-09 16:41:42 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-12-09 16:41:42 +0000 |
commit | 7bd65c7de76d6aaddb5054c4cede258229d23e1e (patch) | |
tree | 8b59082601203ec2d5125ceb1ad9b989381089a4 /sysklogd/logger.c | |
parent | 5a44cbbfe0f8cb43349169fcf4dd3a8d20f1c41a (diff) | |
download | busybox-w32-7bd65c7de76d6aaddb5054c4cede258229d23e1e.tar.gz busybox-w32-7bd65c7de76d6aaddb5054c4cede258229d23e1e.tar.bz2 busybox-w32-7bd65c7de76d6aaddb5054c4cede258229d23e1e.zip |
Some little cleanups from Larry Doolittle
git-svn-id: svn://busybox.net/trunk/busybox@1410 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'sysklogd/logger.c')
-rw-r--r-- | sysklogd/logger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysklogd/logger.c b/sysklogd/logger.c index 1c454e5af..669a2d601 100644 --- a/sysklogd/logger.c +++ b/sysklogd/logger.c | |||
@@ -35,7 +35,7 @@ | |||
35 | 35 | ||
36 | #else | 36 | #else |
37 | /* We have to do this since the header file defines static | 37 | /* We have to do this since the header file defines static |
38 | * structues. Argh.... bad libc, bad, bad... | 38 | * structures. Argh.... bad libc, bad, bad... |
39 | */ | 39 | */ |
40 | #include <sys/syslog.h> | 40 | #include <sys/syslog.h> |
41 | typedef struct _code { | 41 | typedef struct _code { |