ndbm.h: Add a comment pointing out our non-compliance with POSIX.

Changing it to full conformance breaks the ABI.

Reference:
http://pubs.opengroup.org/onlinepubs/009695399/basedefs/ndbm.h.html

Discussion at:	https://reviews.freebsd.org/D10544
This commit is contained in:
pfg 2017-05-22 23:17:55 +00:00
parent ee8a80551d
commit 6f2869d2f4

View File

@ -53,7 +53,7 @@
typedef struct {
void *dptr;
int dsize;
int dsize; /* XXX Should be size_t according to 1003.1-2008. */
} datum;
typedef DB DBM;