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/ommail | |
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/ommail')
-rw-r--r-- | plugins/ommail/ommail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ommail/ommail.c b/plugins/ommail/ommail.c index 6468dcf2..fbf6bfad 100644 --- a/plugins/ommail/ommail.c +++ b/plugins/ommail/ommail.c @@ -44,7 +44,7 @@ #include <netdb.h> #include <time.h> #include <sys/socket.h> -#include "conf.h" +#include "legacyconf.h" #include "syslogd-types.h" #include "srUtils.h" #include "cfsysline.h" |