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-10-04 21:37:46 +00:00
2016-09-05 01:00:07 +00:00
2016-09-11 01:03:15 +00:00
2016-12-11 00:34:39 +00:00
2016-09-11 01:23:26 +00:00
2016-09-12 23:11:50 +00:00
2016-09-11 01:38:00 +00:00
2016-10-15 06:23:28 +00:00
2016-09-11 02:18:52 +00:00
2016-09-11 02:24:00 +00:00
2016-09-11 02:59:11 +00:00
2016-08-15 00:03:14 +00:00
2016-09-11 03:35:08 +00:00
2016-09-11 09:09:54 +00:00
2016-09-11 03:56:00 +00:00
2016-09-11 04:07:38 +00:00
2016-09-16 11:13:47 +00:00
2016-09-11 04:12:08 +00:00
2016-09-11 04:19:52 +00:00
2016-07-28 08:24:58 +00:00
2016-09-11 21:22:18 +00:00
2016-11-01 16:15:51 +00:00
2016-10-01 20:59:49 +00:00
2016-09-11 22:22:57 +00:00
2016-09-11 23:07:50 +00:00
2016-09-11 23:02:54 +00:00
2016-09-12 06:52:59 +00:00
2016-11-16 10:43:37 +00:00
2016-09-12 06:55:10 +00:00
2016-11-10 22:28:00 +00:00
2016-09-12 00:38:42 +00:00
2016-09-05 01:00:07 +00:00
2016-10-11 16:10:03 +00:00
2016-09-12 02:06:16 +00:00
2016-07-25 04:40:51 +00:00
2016-09-05 01:00:07 +00:00
2016-11-24 12:38:32 +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 04:50:48 +00:00
2016-09-05 10:44:36 +00:00
2016-09-12 05:09:39 +00:00
2016-09-12 05:11:53 +00:00
2016-09-12 05:16:04 +00:00
2016-09-12 05:23:32 +00:00
2016-07-14 10:02:43 +00:00
2016-12-18 01:19:34 +00:00
2016-12-18 01:30:54 +00:00
2016-09-12 05:35:20 +00:00
2016-09-05 01:00:07 +00:00
2016-09-12 05:43:15 +00:00
2016-09-12 05:47:21 +00:00
2016-12-20 03:35:12 +00:00
2017-01-10 04:42:20 +00:00
2016-11-20 09:38:11 +00:00
2016-09-14 00:16:31 +00:00
2016-07-31 23:30:28 +00:00
2016-09-12 06:34:08 +00:00