pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/generator Fixed non-static definition after ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2d17c9b93679
branches: trunk
changeset: 534005:2d17c9b93679
user: rillig <rillig%pkgsrc.org@localhost>
date: Wed Oct 10 22:09:48 2007 +0000
description:
Fixed non-static definition after static declaration.
diffstat:
emulators/generator/distinfo | 3 ++-
emulators/generator/patches/patch-ag | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 7f8fcb2e79ba -r 2d17c9b93679 emulators/generator/distinfo
--- a/emulators/generator/distinfo Wed Oct 10 22:02:20 2007 +0000
+++ b/emulators/generator/distinfo Wed Oct 10 22:09:48 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2005/04/02 22:23:53 kristerw Exp $
+$NetBSD: distinfo,v 1.8 2007/10/10 22:09:48 rillig Exp $
SHA1 (generator-0.35.tar.gz) = a61138579efd97028d3a69c54c3c6fcd0a3d74ab
RMD160 (generator-0.35.tar.gz) = 6b448018b8ed0fd9755ddb850f48892304d12e78
@@ -8,3 +8,4 @@
SHA1 (patch-ac) = 7467437c39f7df56a261a330d8f021c0d9c0381b
SHA1 (patch-ae) = 4e689421fe66aa7f635191e9f0100cd98daf8a76
SHA1 (patch-af) = ef1c72b6da1ae93209a13b6836d5a85f66ffa51c
+SHA1 (patch-ag) = 2837e5f931326b1ac4fb7b045c05a81d809693e4
diff -r 7f8fcb2e79ba -r 2d17c9b93679 emulators/generator/patches/patch-ag
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/generator/patches/patch-ag Wed Oct 10 22:09:48 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2007/10/10 22:09:48 rillig Exp $
+
+--- cpu68k/def68k.c.orig 2003-05-05 02:58:27.000000000 +0200
++++ cpu68k/def68k.c 2007-10-11 00:04:48.000000000 +0200
+@@ -1318,7 +1318,7 @@ void procline(char *line, int lineno, FI
+ } /* block */
+ }
+
+-int clocks_movetable[] = {
++static int clocks_movetable[] = {
+ 4, 4, 8, 8, 8, 12, 14, 12, 16,
+ 4, 4, 8, 8, 8, 12, 14, 12, 16,
+ 8, 8, 12, 12, 12, 16, 18, 16, 20,
Home |
Main Index |
Thread Index |
Old Index