From 4957bf13b26a403271c9838a9b74b9f61682fa8e Mon Sep 17 00:00:00 2001 From: Alan Brault Date: Tue, 3 May 2011 09:50:15 -0400 Subject: Remove config.h from strchrnul.c; not needed Fix numerous shadow declaration bugs that could cause problems for Solaris libc Fix bad prototype using in unlink() --- src/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/log.c') diff --git a/src/log.c b/src/log.c index c0c1051..0d58f54 100644 --- a/src/log.c +++ b/src/log.c @@ -43,7 +43,7 @@ int logcleanup() return status; } -int COM(const char* func, char *format, ...) +int COM(const char* func, const char *format, ...) { struct tm *logtm; time_t logtime = time(NULL); -- cgit