summaryrefslogtreecommitdiff
path: root/sysutils/logtool/files/patch-src_readconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/logtool/files/patch-src_readconf.c')
-rw-r--r--sysutils/logtool/files/patch-src_readconf.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/logtool/files/patch-src_readconf.c b/sysutils/logtool/files/patch-src_readconf.c
new file mode 100644
index 000000000000..1cbe38a85eba
--- /dev/null
+++ b/sysutils/logtool/files/patch-src_readconf.c
@@ -0,0 +1,13 @@
+--- src/readconf.c.orig 2003-04-17 11:12:41 UTC
++++ src/readconf.c
+@@ -19,6 +19,10 @@
+ */
+
+ #include "includes.h"
++
++CONFIG cf;
++STRUCTURE_REGEXS reg;
++
+ void lt_set_config_err(char *option, char *val) {
+ printf("Error: invalid value [%s] to option [%s] in cfg file\n", val, option);
+ exit (1);