/* ISC license. */ #include #include extern void cdb_free (cdb *c) { if (c->map) { munmap_void((void *)c->map, c->size) ; c->map = 0 ; } }