diff options
author | Alan Brault <alan.brault@incruentatus.net> | 2011-05-03 09:50:15 -0400 |
---|---|---|
committer | Alan Brault <alan.brault@incruentatus.net> | 2011-05-03 09:50:15 -0400 |
commit | 4957bf13b26a403271c9838a9b74b9f61682fa8e (patch) | |
tree | 942d28cad437dd20bf29cb60ad58ad4949b87c96 /src/log.c | |
parent | b608b55786a8cecf626d7c489496ac402098b198 (diff) | |
download | duser-4957bf13b26a403271c9838a9b74b9f61682fa8e.tar.gz |
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()
Diffstat (limited to 'src/log.c')
-rw-r--r-- | src/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |