From 89fa9c6b3b478e3fe168337a42b138abef91b243 Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Thu, 26 Aug 2004 17:52:34 +0000 Subject: Fix build on 5.x PR: ports/70932 Submitted by: maintainer --- devel/kcachegrind/files/patch-utils.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/kcachegrind/files/patch-utils.h (limited to 'devel/kcachegrind/files/patch-utils.h') 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; -- cgit v1.2.3