pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/arnold Fix function prototype (missing "stat...
details: https://anonhg.NetBSD.org/pkgsrc/rev/99bbd879dbdd
branches: trunk
changeset: 520305:99bbd879dbdd
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Oct 18 23:30:46 2006 +0000
description:
Fix function prototype (missing "static"). Fixes compilation with gcc4.
diffstat:
emulators/arnold/distinfo | 3 ++-
emulators/arnold/patches/patch-ac | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r 7e170ba9b2c2 -r 99bbd879dbdd emulators/arnold/distinfo
--- a/emulators/arnold/distinfo Wed Oct 18 22:39:15 2006 +0000
+++ b/emulators/arnold/distinfo Wed Oct 18 23:30:46 2006 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.3 2005/11/03 21:40:13 rillig Exp $
+$NetBSD: distinfo,v 1.4 2006/10/18 23:30:46 wiz Exp $
SHA1 (arnsrc27012002.zip) = de3102b954d79176dce259375dc1824189027f8e
RMD160 (arnsrc27012002.zip) = 7b43c157cbc4f6171ee9ef14cc282cc1692188c6
Size (arnsrc27012002.zip) = 916680 bytes
SHA1 (patch-aa) = aff649f6c37cf7a321c182442d9faac44594b413
SHA1 (patch-ab) = fde2730f3cf53d539543489a6d691ad7a6bc9d68
+SHA1 (patch-ac) = 0f7681cbf3f6345ce7427591936c607075fa76ac
diff -r 7e170ba9b2c2 -r 99bbd879dbdd emulators/arnold/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/arnold/patches/patch-ac Wed Oct 18 23:30:46 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2006/10/18 23:30:46 wiz Exp $
+
+--- src/cpc/tzx.c.orig 2001-10-21 09:43:06.000000000 +0000
++++ src/cpc/tzx.c
+@@ -57,7 +57,7 @@ static unsigned long TapeImage_Flags;
+ static unsigned char *pTapeBlockPtr = NULL;
+
+ static void TapeImage_GetNextDataBlock(void);
+-int TapeImage_GetBlockLength(unsigned char *pBlock);
++static int TapeImage_GetBlockLength(unsigned char *pBlock);
+ static void TapeImage_HandleBlock(unsigned char *);
+
+
Home |
Main Index |
Thread Index |
Old Index