]> git.pld-linux.org Git - packages/cfitsio.git/commitdiff
- function longest_match should be private (function with the same name
authorKacper Kornet <draenog@pld-linux.org>
Sun, 7 Feb 2010 21:52:55 +0000 (21:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  is provided by zlib)

Changed files:
    cfitsio-compress.patch -> 1.1

cfitsio-compress.patch [new file with mode: 0644]

diff --git a/cfitsio-compress.patch b/cfitsio-compress.patch
new file mode 100644 (file)
index 0000000..2b9d717
--- /dev/null
@@ -0,0 +1,11 @@
+--- compress.c.orig    2010-02-07 20:31:12.369980145 +0000
++++ compress.c 2010-02-07 20:28:57.869998302 +0000
+@@ -3510,7 +3510,7 @@
+ local void fill_window   OF((void));
+ local ulg deflate_fast   OF((void));
+-      int  longest_match OF((IPos cur_match));
++local int  longest_match OF((IPos cur_match));
+ #ifdef ASMV
+       void match_init OF((void)); /* asm code initialization */
+ #endif
This page took 0.205975 seconds and 4 git commands to generate.