From 5e88553351ad70b610f1e2197699b87ab0f9da18 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 10 Sep 2005 09:52:24 +0000 Subject: * add a "const" to daemon_log_ident * fix log message in dfork.c * in dexec.c: call waitpid() in a loop and ignore EINTR * add a "const" to daemon_log_ident * minor doc update git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@90 153bfa13-eec0-0310-be40-b0cb6a0e1b4b --- libdaemon/dlog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdaemon/dlog.h') diff --git a/libdaemon/dlog.h b/libdaemon/dlog.h index 8e42c86..a09bf41 100644 --- a/libdaemon/dlog.h +++ b/libdaemon/dlog.h @@ -48,7 +48,7 @@ extern enum daemon_log_flags daemon_log_use; /** Specifies the syslog identification, use daemon_ident_from_argv0() * to set this to a sensible value or generate your own. */ -extern char* daemon_log_ident; +extern const char* daemon_log_ident; #ifdef __GNUC__ /** A macro for making use of GCCs printf compilation warnings */ -- cgit