freebsd-ports/emulators/vba/files/patch-src-prof_gmon.h
Martin Wilke 7922096790 - Unbreak
- Fix build with gcc 4.2

PR:		116893
Submitted by:	miwi
Approved by:	maintainer timeout
2007-10-17 09:45:35 +00:00

12 lines
250 B
C

--- src/prof/gmon.h.orig 2007-10-04 01:06:18.000000000 +0200
+++ src/prof/gmon.h 2007-10-04 01:06:48.000000000 +0200
@@ -119,7 +119,7 @@
struct tostruct
{
- char *selfpc;
+ uint32_t selfpc;
int count;
unsigned short link;
};