summaryrefslogtreecommitdiffstats
path: root/plugins/imklog/ksyms.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-04-17 15:10:06 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-04-17 15:10:06 +0200
commit09ca443377ec85364160e965920ab6f56a374d88 (patch)
treea861fc9c3bc963767ac54161f080dc360aa812b5 /plugins/imklog/ksyms.h
parentdc777849fcd5c300f229c44daf4278d8b6842b71 (diff)
downloadrsyslog-09ca443377ec85364160e965920ab6f56a374d88.tar.gz
rsyslog-09ca443377ec85364160e965920ab6f56a374d88.tar.xz
rsyslog-09ca443377ec85364160e965920ab6f56a374d88.zip
update project status & cleanup
removed some warning in imklog compilation, but may not have solved a lurking issue (but placed comment so that we know if something surfaces)
Diffstat (limited to 'plugins/imklog/ksyms.h')
-rw-r--r--plugins/imklog/ksyms.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/imklog/ksyms.h b/plugins/imklog/ksyms.h
index b5362ff3..a168947b 100644
--- a/plugins/imklog/ksyms.h
+++ b/plugins/imklog/ksyms.h
@@ -2,7 +2,7 @@
* 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>
+ * Copyright (c) 2007-2009 Rainer Gerhards <rgerhards@adiscon.com>
*
* This file is part of rsyslog.
*
@@ -26,7 +26,7 @@
struct symbol
{
- char *name;
+ uchar *name;
int size;
int offset;
};