*** empty log message ***

This commit is contained in:
Evgeniy Kozhuhovskiy 2005-01-12 09:31:31 +00:00
parent 8e07cc26a5
commit 03c1debb37
2 changed files with 4 additions and 6 deletions

View File

@ -61,12 +61,6 @@ struct debuglevel {
};
#endif /* DEBUG */
#ifdef USE_SYSLOG
#include <syslog.h>
#endif /* USE_SYSLOG */
#ifndef USE_SYSLOG
const char *log_getfilename(int whatfor)
{

View File

@ -125,6 +125,10 @@
#include <sys/select.h>
#endif
#ifdef USE_SYSLOG
#include <syslog.h>
#endif
/*
* Include OS dependent information
*/