summaryrefslogtreecommitdiffstats
path: root/tools/omshell.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-04-19 07:53:23 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-04-19 07:53:23 +0200
commite1c34e174139ad030ca1108ff9782b294909013c (patch)
tree7cedf49d554a21ea32f1153415ad4094f03c72df /tools/omshell.c
parent88ff647aef4c6db3c444c6d080f9886350ca9584 (diff)
downloadrsyslog-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 'tools/omshell.c')
-rw-r--r--tools/omshell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/omshell.c b/tools/omshell.c
index 0e4e0f24..046fb41d 100644
--- a/tools/omshell.c
+++ b/tools/omshell.c
@@ -38,7 +38,7 @@
#include <stdlib.h>
#include <string.h>
#include <assert.h>
-#include "conf.h"
+#include "legacyconf.h"
#include "syslogd-types.h"
#include "srUtils.h"
#include "omshell.h"