diff options
Diffstat (limited to 'databases/rrdtool/patches/patch-aj')
-rw-r--r-- | databases/rrdtool/patches/patch-aj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/rrdtool/patches/patch-aj b/databases/rrdtool/patches/patch-aj new file mode 100644 index 00000000000..3c9aab48083 --- /dev/null +++ b/databases/rrdtool/patches/patch-aj @@ -0,0 +1,13 @@ +$NetBSD: patch-aj,v 1.1.1.1 1999/11/17 17:34:39 wennmach Exp $ + +--- src/rrd_cgi.c.ORIG Fri Nov 5 00:20:16 1999 ++++ src/rrd_cgi.c Fri Nov 5 00:21:26 1999 +@@ -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 */ |