pkgsrc/emulators/vba/patches/patch-ad
wiz c774b9ae08 Fix build on 64bit platforms.
Patches provided by Martijn van Buul in PR 35585.
Bump PKGREVISION to be on the safe side,
in case this changes anything on 32bit platforms.
2007-02-16 01:52:20 +00:00

13 lines
269 B
Text

$NetBSD: patch-ad,v 1.1 2007/02/16 01:52:20 wiz Exp $
--- src/prof/gmon.h.orig 2002-11-20 14:29:08.000000000 +0100
+++ src/prof/gmon.h
@@ -119,7 +119,7 @@
struct tostruct
{
- char *selfpc;
+ uint32_t selfpc;
int count;
unsigned short link;
};