Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: kleink
Date: Wed Apr 28 00:10:53 UTC 2004
Modified Files:
src/include: ndbm.h
src/lib/libc/db/hash: Makefile.inc ndbm.c
Added Files:
src/lib/libc/db/hash: __ndbm13.c
Log Message:
XPG4.2: Change member `dsize' of struct datum from int to size_t.
Version dbm_{delete,fetch,firstkey,nextkey,store}() accordingly.
Fixes PRs standards/21402 from Ben Harris and standards/25343 from
Murray Armfield.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/include/ndbm.h
cvs rdiff -r1.7 -r1.8 src/lib/libc/db/hash/Makefile.inc
cvs rdiff -r0 -r1.1 src/lib/libc/db/hash/__ndbm13.c
cvs rdiff -r1.18 -r1.19 src/lib/libc/db/hash/ndbm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index