summaryrefslogtreecommitdiffstats
path: root/tools/syslogd.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-05 13:33:46 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-05 13:33:46 +0200
commit54c375eb5b28d70fca023f7ca2fcc2cd0a4fa7ba (patch)
tree04b6c14abf3c4538954d423310d0edde5771699f /tools/syslogd.c
parentf7f7d951fcbaa0f30b43c651dae36bcf31c91e78 (diff)
parent2f35a69a59ec08fc00b50b6e75827bc934cfeb09 (diff)
downloadrsyslog-54c375eb5b28d70fca023f7ca2fcc2cd0a4fa7ba.tar.gz
rsyslog-54c375eb5b28d70fca023f7ca2fcc2cd0a4fa7ba.tar.bz2
rsyslog-54c375eb5b28d70fca023f7ca2fcc2cd0a4fa7ba.zip
Merge branch 'v4-beta' into beta
Diffstat (limited to 'tools/syslogd.c')
-rw-r--r--tools/syslogd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/syslogd.c b/tools/syslogd.c
index 73b76df1..bd2d107f 100644
--- a/tools/syslogd.c
+++ b/tools/syslogd.c
@@ -1783,7 +1783,7 @@ static void doexit()
/* set the maximum message size */
-static rsRetVal setMaxMsgSize(void __attribute__((unused)) *pVal, int iNewVal)
+static rsRetVal setMaxMsgSize(void __attribute__((unused)) *pVal, long iNewVal)
{
return glbl.SetMaxLine(iNewVal);
}