Author: draenog Date: Sun Feb 7 21:53:00 2010 GMT Module: packages Tag: HEAD ---- Log message: - function longest_match should be private (function with the same name is provided by zlib)
---- Files affected: packages/cfitsio: cfitsio-compress.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/cfitsio/cfitsio-compress.patch diff -u /dev/null packages/cfitsio/cfitsio-compress.patch:1.1 --- /dev/null Sun Feb 7 22:53:00 2010 +++ packages/cfitsio/cfitsio-compress.patch Sun Feb 7 22:52:55 2010 @@ -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 ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
