summaryrefslogtreecommitdiffstats
path: root/tools/syslogd.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-08 16:42:44 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-08 16:42:44 +0200
commited2cd2806e0cf00990c73f184698bf683ee10cc2 (patch)
tree2a8077a3e609e76d89bf0e9cd23b19c03d50fd69 /tools/syslogd.c
parentc897ac6e6de3b430911cad71e7453d8b4b3c57bc (diff)
parent17e24eae733a0bce0eda65947e7559a05c91fc9c (diff)
downloadrsyslog-ed2cd2806e0cf00990c73f184698bf683ee10cc2.tar.gz
rsyslog-ed2cd2806e0cf00990c73f184698bf683ee10cc2.tar.xz
rsyslog-ed2cd2806e0cf00990c73f184698bf683ee10cc2.zip
Merge branch 'v4-beta' into v4-devel
Conflicts: tools/omfile.c
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 66d102b4..d99fb84d 100644
--- a/tools/syslogd.c
+++ b/tools/syslogd.c
@@ -1787,7 +1787,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);
}