Files
pkgsrc-ng/lang/gcc45/patches/patch-gcc_gcov.c
2016-12-04 09:09:38 +01:00

16 lines
295 B
C

$NetBSD$
--- gcc/gcov.c.orig Sat Jan 9 00:00:42 2010
+++ gcc/gcov.c
@@ -58,6 +58,10 @@ along with Gcov; see the file COPYING3. If not see
#define STRING_SIZE 200
+#if defined(__minix)
+#define block_t gcc_block_t
+#endif
+
struct function_info;
struct block_info;
struct source_info;