OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Todd C. Miller (millertcvs.openbsd.org)
Date: Mon May 03 2004 - 12:27:50 CDT


CVSROOT: /cvs
Module name: src
Changes by: millertcvs.openbsd.org 2004/05/03 11:27:50

Modified files:
        include : ndbm.h
        lib/libc/db/hash: ndbm.c
        lib/libc/db/man: dbm.3 ndbm.3

Log message:
Make ndbm match POSIX. A datum consists of a void *dptr and a size_t dsize.
Also make the open functions take a mode_t, not int. OK deraadt