freebsd-ports/devel/kcachegrind/files/patch-utils.h
Sergey Matveychuk 89fa9c6b3b Fix build on 5.x
PR:		ports/70932
Submitted by:	maintainer
2004-08-26 17:52:34 +00:00

12 lines
299 B
C

--- 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;