aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/logread.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-06-11 15:43:19 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-06-11 15:43:19 +0000
commitbd1aeeb850e441e3fa4f9e1f8aedd804a48b9cb1 (patch)
treebcd130850cb83d83b7fa2860f741b8451ae3fdcb /sysklogd/logread.c
parent87f40bac149dcaf1025abd745decafb3a8ac4e0c (diff)
downloadbusybox-w32-bd1aeeb850e441e3fa4f9e1f8aedd804a48b9cb1.tar.gz
busybox-w32-bd1aeeb850e441e3fa4f9e1f8aedd804a48b9cb1.tar.bz2
busybox-w32-bd1aeeb850e441e3fa4f9e1f8aedd804a48b9cb1.zip
logger: "clean up" a dirty hack a bit
Diffstat (limited to 'sysklogd/logread.c')
-rw-r--r--sysklogd/logread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysklogd/logread.c b/sysklogd/logread.c
index 7eb8db176..ace246fc4 100644
--- a/sysklogd/logread.c
+++ b/sysklogd/logread.c
@@ -16,6 +16,7 @@
16 16
17#define DEBUG 0 17#define DEBUG 0
18 18
19/* our shared key (syslogd.c and logread.c must be in sync) */
19enum { KEY_ID = 0x414e4547 }; /* "GENA" */ 20enum { KEY_ID = 0x414e4547 }; /* "GENA" */
20 21
21struct shbuf_ds { 22struct shbuf_ds {