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/ksyms.h | |
parent | e2502c6d8ff9edd57b706657ab12df32c8b41514 (diff) | |
download | rsyslog-769598da4cfc7c9fb3ceb337044a9313e4b1b68d.tar.gz rsyslog-769598da4cfc7c9fb3ceb337044a9313e4b1b68d.tar.xz 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/ksyms.h')
-rw-r--r-- | plugins/imklog/ksyms.h | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/plugins/imklog/ksyms.h b/plugins/imklog/ksyms.h index 316950a0..b5362ff3 100644 --- a/plugins/imklog/ksyms.h +++ b/plugins/imklog/ksyms.h @@ -1,10 +1,9 @@ -/* - ksym.h - Definitions for symbol table utilities. - Copyright (c) 1995, 1996 Dr. G.W. Wettstein <greg@wind.rmcc.com> - Copyright (c) 1996 Enjellic Systems Development - - This file is part of the sysklogd package, a kernel and system log daemon. - +/* ksym.h - Definitions for symbol table utilities. + * Copyright (c) 1995, 1996 Dr. G.W. Wettstein <greg@wind.rmcc.com> + * Copyright (c) 1996 Enjellic Systems Development + * Copyright (c) 2004-7 Martin Schulze <joey@infodrom.org> + * Copyright (c) 2007-2008 Rainer Gerhards <rgerhards@adiscon.com> + * * This file is part of rsyslog. * * Rsyslog is free software: you can redistribute it and/or modify @@ -21,7 +20,7 @@ * along with Rsyslog. If not, see <http://www.gnu.org/licenses/>. * * A copy of the GPL can be found in the file "COPYING" in this distribution. -*/ + */ /* Variables, structures and type definitions static to this module. */ |