ports/sysutils/logtool/files/patch-src_parser.c
Stefan Eßer 6fc230b634 Fix build with -fno-common
While here add license (GPLv2)
2020-09-22 13:28:40 +00:00

11 lines
285 B
C

--- src/parser.c.orig 2003-05-29 18:13:56 UTC
+++ src/parser.c
@@ -20,6 +20,8 @@
#include "includes.h"
+st_event event;
+
/* a parsing function to do a string replacement (sorta like sed w/o the extended syntax) */
/* A function to do string replacement's (a bit like sed) */