aboutsummaryrefslogtreecommitdiff
path: root/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'log.c')
-rw-r--r--log.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/log.c b/log.c
index 6ae603b..8a54f44 100644
--- a/log.c
+++ b/log.c
@@ -29,9 +29,9 @@
#include <string.h>
#include <syslog.h>
-struct imsgbuf parent_ibuf, child_ibuf;
-struct event sigusr2, inlog;
-int logfd;
+static struct imsgbuf parent_ibuf, child_ibuf;
+static struct event inlog;
+static int logfd;
static void handle_log(int, short, void*);
static int logger_main(int, struct imsgbuf*);