diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-12 11:47:00 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-12 11:47:00 +0200 |
commit | e3d9843c85b1dfddabc937ac6ccb4057d626bf03 (patch) | |
tree | 734265f50321802e047a29b984391b619e7bd85f /tools/omshell.c | |
parent | 1af948107e6e520788e374adccf4986bf07e92f5 (diff) | |
download | rsyslog-e3d9843c85b1dfddabc937ac6ccb4057d626bf03.tar.gz rsyslog-e3d9843c85b1dfddabc937ac6ccb4057d626bf03.tar.xz rsyslog-e3d9843c85b1dfddabc937ac6ccb4057d626bf03.zip |
re-enabled pipe, tty and console in omfile
... by moving code to stream.c. Thanks to the new design, new cases are
not really needed, resulting in cleaner code.
I also did a cleanup of header file usage as a side-activity.
Diffstat (limited to 'tools/omshell.c')
-rw-r--r-- | tools/omshell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/omshell.c b/tools/omshell.c index 7b815869..f8a68527 100644 --- a/tools/omshell.c +++ b/tools/omshell.c @@ -38,7 +38,7 @@ #include <stdlib.h> #include <string.h> #include <assert.h> -#include "syslogd.h" +#include "conf.h" #include "syslogd-types.h" #include "srUtils.h" #include "omshell.h" |