summaryrefslogtreecommitdiffstats
path: root/include/ndbm.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix prototype of dbm_open().ed2016-05-311-1/+1
| | | | | | | | 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
* Let dbm's datum::dptr use the right type.ed2016-05-301-1/+1
| | | | | | | | | According to POSIX, it should use void *, not char *. Unfortunately, the dsize field also has the wrong type. It should be size_t. I'm not going to change that, as that will break the ABI. Reviewed by: pfg Differential Revision: https://reviews.freebsd.org/D6647
* Remove the Berkeley clause 3's.imp2010-02-161-5/+1
| | | | Add a few $FreeBSD$
* Namespace: dbm_forder() and dbm_dirfno() are BSD extensions.das2009-03-141-0/+4
|
* Breath deep and take __P out of the system include files.imp2002-03-231-11/+12
| | | | | | # This appears to not break X11, but I'm having problems compiling the # glide part of the server with or without this patch, so I can't tell # for sure.
* Add missing declarations.sheldonh1999-06-211-0/+2
| | | | | PR: 12058 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Don't reference ndbm(3) manpage. Everything is covered by db(3).jkh1996-03-031-1/+1
|
* BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+77
OpenPOWER on IntegriCloud