From fcb9881e569439b289d6b66f0731fb09a2261d1f Mon Sep 17 00:00:00 2001 From: Tomas Valla Date: Mon, 22 Dec 2003 19:29:39 +0000 Subject: [PATCH] Other modules shoud be able to modify the log title. --- lib/log.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/log.c b/lib/log.c index e6260b60..ae8648c2 100644 --- a/lib/log.c +++ b/lib/log.c @@ -18,7 +18,8 @@ #include #include -static char log_progname[32], *log_name_patt, *log_name; +char log_progname[32]; +static char *log_name_patt, *log_name; static pid_t log_pid; static int log_params; static int log_name_size; -- 2.39.2