Fix prototype of dbm_open().
The last argument of dbm_open() should be a mode_t according to POSIX;
not an int.
Reviewed by: pfg, kib
Differential Revision: https://reviews.freebsd.org/D6650
Fix prototype of dbm_open(). Tags None Referenced Files None Subscribers None
Description
Details
|