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