aboutsummaryrefslogtreecommitdiff
path: root/net/rrdtool/files
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-07-22 12:41:11 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-07-22 12:41:11 +0000
commit18aaf7cb1aa502d8961c1de0fb189af60375305d (patch)
tree61d64aa02a3ceb9d1428be9a0585ab0921b21fdd /net/rrdtool/files
parent2f05a9e3d53de168f81ba64dbf37c1a7275eb8e3 (diff)
Notes
Diffstat (limited to 'net/rrdtool/files')
-rw-r--r--net/rrdtool/files/extra-patch-perl-shared::RRDs.xs11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/rrdtool/files/extra-patch-perl-shared::RRDs.xs b/net/rrdtool/files/extra-patch-perl-shared::RRDs.xs
new file mode 100644
index 000000000000..c91724436ae8
--- /dev/null
+++ b/net/rrdtool/files/extra-patch-perl-shared::RRDs.xs
@@ -0,0 +1,11 @@
+--- perl-shared/RRDs.xs.orig Sun May 9 11:07:59 2004
++++ perl-shared/RRDs.xs Sun May 9 11:08:11 2004
+@@ -360,6 +360,6 @@
+ XSRETURN_UNDEF;
+ }
+ EXTEND(sp,2);
+- PUSHs(sv_2mortal(newSVuv(start_tmp)));
+- PUSHs(sv_2mortal(newSVuv(end_tmp)));
++ PUSHs(sv_2mortal(newSViv(start_tmp)));
++ PUSHs(sv_2mortal(newSViv(end_tmp)));
+