Merge branch 'master' into smgmaster

Conflicts:
	build/modules.conf.in
	src/mod/loggers/mod_logfile/mod_logfile.c
This commit is contained in:
Moises Silva
2012-01-31 16:56:29 -05:00
487 changed files with 108347 additions and 4470 deletions
+2 -2
View File
@@ -85,7 +85,7 @@ static void handle_SIGILL(int sig)
#ifndef WIN32
static void handle_SIGUSR2(int sig)
{
if (sig);
if (sig) {};
system_ready = 1;
@@ -97,7 +97,7 @@ static void handle_SIGCHLD(int sig)
int status = 0;
int pid = 0;
if (sig);
if (sig) {};
pid = wait(&status);