diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-27 14:29:09 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-27 14:29:09 +0000 |
commit | cebbf6d44ef277c7349fec19e70f93915b351e2a (patch) | |
tree | 78ecc0d718d255e06e55fabf87a1244598574783 /plugins/imklog | |
parent | c7b246e3b64b79f588f364d904cdb1337eccd91b (diff) | |
download | rsyslog-cebbf6d44ef277c7349fec19e70f93915b351e2a.tar.gz rsyslog-cebbf6d44ef277c7349fec19e70f93915b351e2a.tar.xz rsyslog-cebbf6d44ef277c7349fec19e70f93915b351e2a.zip |
some cleanup
Diffstat (limited to 'plugins/imklog')
-rw-r--r-- | plugins/imklog/imklog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/imklog/imklog.c b/plugins/imklog/imklog.c index 26b6a069..72960e1c 100644 --- a/plugins/imklog/imklog.c +++ b/plugins/imklog/imklog.c @@ -108,7 +108,7 @@ extern int ksyslog(int type, char *buf, int len); /* Write a message to the message queue. * returns -1 if it fails, something else otherwise */ -static rsRetVal writeSyslogV(int iPRI, const char *szFmt, va_list va)// __attribute__((format(printf,2, 3))); +static rsRetVal writeSyslogV(int iPRI, const char *szFmt, va_list va) { DEFiRet; int iChars; |