aboutsummaryrefslogtreecommitdiff
path: root/devel/kcachegrind
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-08-26 17:52:34 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-08-26 17:52:34 +0000
commit89fa9c6b3b478e3fe168337a42b138abef91b243 (patch)
treecfa7ac5569b3a6f7bf4caab8f15d19cab27ad91f /devel/kcachegrind
parent0906666c80865357bf6477bbb5422a64167da259 (diff)
downloadports-89fa9c6b3b478e3fe168337a42b138abef91b243.tar.gz
ports-89fa9c6b3b478e3fe168337a42b138abef91b243.zip
Notes
Diffstat (limited to 'devel/kcachegrind')
-rw-r--r--devel/kcachegrind/files/patch-utils.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/kcachegrind/files/patch-utils.h b/devel/kcachegrind/files/patch-utils.h
new file mode 100644
index 000000000000..c33cd2ad5634
--- /dev/null
+++ b/devel/kcachegrind/files/patch-utils.h
@@ -0,0 +1,11 @@
+--- kcachegrind/utils.h.orig Wed Aug 25 09:14:10 2004
++++ kcachegrind/utils.h Wed Aug 25 09:15:21 2004
+@@ -151,7 +151,7 @@
+ struct AppendListChunk {
+ int size;
+ struct AppendListChunk* next;
+- type* data[0];
++ // type* data[0];
+ };
+
+ struct AppendListChunk *_next, *_current, *_last;