mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
11 lines
326 B
C
11 lines
326 B
C
--- cpu68k/def68k.c.orig Sun May 4 21:58:27 2003
|
|
+++ cpu68k/def68k.c Thu Mar 22 00:58:30 2007
|
|
@@ -21,7 +21,7 @@
|
|
/* file-scope global variables */
|
|
|
|
static int total = 0;
|
|
-static int clocks_movetable[]; /* pre-declaration */
|
|
+int clocks_movetable[]; /* pre-declaration */
|
|
|
|
/* private functions for forward references */
|
|
|