kamil 52678ac6a4 Adapt funopen(3) call after switch to new zlib(3)
In the prototype of the gzclose() function of changed from:

  typedef struct gzFile_s *gzFile;    /* semi-opaque gzip file descriptor */

to:

  typedef voidp gzFile;

This caused type mismatch when calling funopen(3) as:
   'int (*)(void *)' != 'int (*)(struct gzFile_s *)'

Cast gzclose to (int (*)(void *)) when used in funopen(3).
2017-01-10 04:42:20 +00:00
..
2016-09-11 00:52:39 +00:00
2016-09-05 01:00:07 +00:00
2016-12-11 00:34:39 +00:00
2016-09-11 02:18:52 +00:00
2016-09-11 02:24:00 +00:00
2016-08-15 00:03:14 +00:00
2016-09-11 09:09:54 +00:00
2016-07-28 08:24:58 +00:00
2016-11-01 16:15:51 +00:00
2016-09-11 22:22:57 +00:00
2016-09-11 23:02:54 +00:00
2016-09-12 06:52:59 +00:00
2016-09-12 06:55:10 +00:00
2016-09-05 01:00:07 +00:00
2016-09-12 02:06:16 +00:00
2016-09-05 01:00:07 +00:00
2016-09-12 02:38:31 +00:00
2016-09-12 02:45:07 +00:00
2016-09-12 02:57:09 +00:00
2016-09-12 05:11:53 +00:00
2016-07-14 10:02:43 +00:00
2016-09-05 01:00:07 +00:00
2016-09-12 05:47:21 +00:00
2016-11-20 09:38:11 +00:00
2016-09-12 06:34:08 +00:00