diff options
Diffstat (limited to 'games-util/loki_patch/files/loki_patch-20050324-gcc4.patch')
-rw-r--r-- | games-util/loki_patch/files/loki_patch-20050324-gcc4.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games-util/loki_patch/files/loki_patch-20050324-gcc4.patch b/games-util/loki_patch/files/loki_patch-20050324-gcc4.patch new file mode 100644 index 000000000000..37468c53cc28 --- /dev/null +++ b/games-util/loki_patch/files/loki_patch-20050324-gcc4.patch @@ -0,0 +1,12 @@ +diff -uNr loki_patch-old/loki_xdelta.c loki_patch/loki_xdelta.c +--- loki_patch-20050324-old/loki_xdelta.c 2005-12-09 00:03:15.000000000 +0100 ++++ loki_patch-20050324/loki_xdelta.c 2005-12-09 00:03:51.000000000 +0100 +@@ -51,7 +51,7 @@ + + #include "xdelta.h" + +-extern HandleFuncTable xd_handle_table; ++static HandleFuncTable xd_handle_table; + + #define XD_PAGE_SIZE (1<<20) + |