[NeoStats-Devel] [Commits] r2664 - trunk/src
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: DNB
Date: Wed Jul 13 13:49:02 2005
New Revision: 2664
Modified:
trunk/src/conf.c
trunk/src/perl.c
Log:
perl.c: comment out include to allow compile
conf.c: remove return value on void return
Modified: trunk/src/conf.c
==============================================================================
--- trunk/src/conf.c (original)
+++ trunk/src/conf.c Wed Jul 13 13:49:02 2005
@@ -295,7 +295,7 @@
}
nlog( LOG_NORMAL, "Completed loading configured modules" );
}
- return NS_SUCCESS;
+ return;
}
Modified: trunk/src/perl.c
==============================================================================
--- trunk/src/perl.c (original)
+++ trunk/src/perl.c Wed Jul 13 13:49:02 2005
@@ -992,7 +992,7 @@
char *perl_args[] = { "", "-e", "0", "-w" };
CmdParams *cmd;
const char perl_definitions[] = {
-#include "neostats.pm.h"
+/* #include "neostats.pm.h" */
};
Module *mod;