summaryrefslogtreecommitdiff
path: root/databases/rrdtool/patches/patch-as
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rrdtool/patches/patch-as')
-rw-r--r--databases/rrdtool/patches/patch-as13
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/rrdtool/patches/patch-as b/databases/rrdtool/patches/patch-as
new file mode 100644
index 00000000000..ed2c2b99a2a
--- /dev/null
+++ b/databases/rrdtool/patches/patch-as
@@ -0,0 +1,13 @@
+$NetBSD: patch-as,v 1.4 2003/02/16 23:09:00 seb Exp $
+
+--- src/rrd_cgi.c.orig Fri Oct 11 18:39:46 2002
++++ src/rrd_cgi.c
+@@ -12,7 +12,7 @@
+ #define MEMBLK 1024
+
+ /* global variable for libcgi */
+-s_cgi **cgiArg;
++s_cgi *cgiArg;
+
+ /* in arg[0] find tags beginning with arg[1] call arg[2] on them
+ and replace by result of arg[2] call */