X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/ad3c9f2af814c84582fdd1649e49ec4f68572c5a..6465356a983ac139f81d3b7913cdb548477c346c:/db/hash/FreeBSD/ndbm.c?ds=sidebyside diff --git a/db/hash/FreeBSD/ndbm.c b/db/hash/FreeBSD/ndbm.c index c589af8..e89d5d2 100644 --- a/db/hash/FreeBSD/ndbm.c +++ b/db/hash/FreeBSD/ndbm.c @@ -59,10 +59,7 @@ typedef DB DBM; * NULL on failure */ extern DBM * -dbm_open(file, flags, mode) - const char *file; - int flags; - mode_t mode; +dbm_open(const char *file, int flags, mode_t mode) { HASHINFO info; char path[MAXPATHLEN];