NetBSD/sbin/savecore
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
..
Makefile for 64 bit mips platforms where we built userland largely as n32 by 2016-12-23 10:19:57 +00:00
savecore.8
savecore.c
zopen.c Adapt funopen(3) call after switch to new zlib(3) 2017-01-10 04:42:20 +00:00