diff options
| author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-04-19 07:53:23 +0200 |
|---|---|---|
| committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-04-19 07:53:23 +0200 |
| commit | e1c34e174139ad030ca1108ff9782b294909013c (patch) | |
| tree | 7cedf49d554a21ea32f1153415ad4094f03c72df /plugins/pmsnare | |
| parent | 88ff647aef4c6db3c444c6d080f9886350ca9584 (diff) | |
| download | rsyslog-e1c34e174139ad030ca1108ff9782b294909013c.tar.gz rsyslog-e1c34e174139ad030ca1108ff9782b294909013c.tar.xz rsyslog-e1c34e174139ad030ca1108ff9782b294909013c.zip | |
renamed conf.c to legacyconf.c to make room for new config system
Diffstat (limited to 'plugins/pmsnare')
| -rw-r--r-- | plugins/pmsnare/pmsnare.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pmsnare/pmsnare.c b/plugins/pmsnare/pmsnare.c index f3658d11..757e6a8f 100644 --- a/plugins/pmsnare/pmsnare.c +++ b/plugins/pmsnare/pmsnare.c @@ -46,7 +46,7 @@ #include <string.h> #include <assert.h> #include <ctype.h> -#include "conf.h" +#include "legacyconf.h" #include "syslogd-types.h" #include "template.h" #include "msg.h" |
