aboutsummaryrefslogtreecommitdiff
path: root/sysklogd/logread.c
diff options
context:
space:
mode:
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 ebd7f8b2c..5b999730a 100644
--- a/sysklogd/logread.c
+++ b/sysklogd/logread.c
@@ -73,6 +73,7 @@ struct globals {
73#define SMrdn (G.SMrdn) 73#define SMrdn (G.SMrdn)
74#define shbuf (G.shbuf) 74#define shbuf (G.shbuf)
75#define INIT_G() do { \ 75#define INIT_G() do { \
76 setup_common_bufsiz(); \
76 memcpy(SMrup, init_sem, sizeof(init_sem)); \ 77 memcpy(SMrup, init_sem, sizeof(init_sem)); \
77} while (0) 78} while (0)
78 79