diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-08 14:40:19 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-08 14:40:19 +0200 |
commit | 769598da4cfc7c9fb3ceb337044a9313e4b1b68d (patch) | |
tree | 041e9d5411b450aef58f66a9e533cec6f99b54e6 /plugins/imklog/imklog.h | |
parent | e2502c6d8ff9edd57b706657ab12df32c8b41514 (diff) | |
download | rsyslog-769598da4cfc7c9fb3ceb337044a9313e4b1b68d.tar.gz rsyslog-769598da4cfc7c9fb3ceb337044a9313e4b1b68d.tar.bz2 rsyslog-769598da4cfc7c9fb3ceb337044a9313e4b1b68d.zip |
cleanup and bugfix in imklog
- some cleanup in imklog
- bugfix: potential segfault in imklog when kernel is compiled without
/proc/kallsyms and the file System.map is missing. Thanks to
Andrea Morandi for pointing it out and suggesting a fix.
Diffstat (limited to 'plugins/imklog/imklog.h')
-rw-r--r-- | plugins/imklog/imklog.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/imklog/imklog.h b/plugins/imklog/imklog.h index 2db75009..71525a79 100644 --- a/plugins/imklog/imklog.h +++ b/plugins/imklog/imklog.h @@ -42,6 +42,5 @@ extern void vsyslog(int pri, const char *fmt, va_list ap); rsRetVal Syslog(int priority, char *fmt, ...) __attribute__((format(printf,2, 3))); #endif /* #ifndef IMKLOG_H_INCLUDED */ -/* - * vi:set ai: +/* vi:set ai: */ |