Blob Blame History Raw
Common subdirectories: RubyRRDtool-0.6.0.orig/examples and RubyRRDtool-0.6.0/examples
diff -u RubyRRDtool-0.6.0.orig/rubyrrdtool.c RubyRRDtool-0.6.0/rubyrrdtool.c
--- RubyRRDtool-0.6.0.orig/rubyrrdtool.c	2006-10-18 23:44:10.000000000 +0200
+++ RubyRRDtool-0.6.0/rubyrrdtool.c	2008-07-28 18:38:58.000000000 +0200
@@ -22,7 +22,6 @@
 #include <math.h>   /* for isnan */
 #include <ruby.h>
 #include <rrd.h>
-#include "rrd_addition.h"
 
 /* printf debugging */
 #define  R_RRD_DEBUG_OFF 0  /* no debugging   */
@@ -994,7 +993,7 @@
 {
     VALUE   rrd;        /* rrd database filename */
     VALUE   rval;       /* our result */
-    info_t *data, *p;   /* this is what rrd_info()returns */
+    rrd_info_t *data, *p;   /* this is what rrd_info()returns */
 
     reset_rrd_state();
     
Common subdirectories: RubyRRDtool-0.6.0.orig/test and RubyRRDtool-0.6.0/test