summaryrefslogtreecommitdiff
path: root/databases/rrdtool/patches/patch-aj
blob: d9aa1e8888343fa85319e5b3cd24290820e743bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aj,v 1.2 2001/09/24 13:10:48 wulf Exp $

--- src/rrd_cgi.c.orig	Thu Feb 22 12:02:47 2001
+++ 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 */