Page MenuHomeFreeBSD

Let dbm's datum::dptr use the right type.
ClosedPublic

Authored by ed on May 30 2016, 1:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 24, 2:40 AM
Unknown Object (File)
Fri, Mar 20, 7:26 AM
Unknown Object (File)
Wed, Mar 18, 3:22 AM
Unknown Object (File)
Sun, Mar 15, 9:10 AM
Unknown Object (File)
Sun, Mar 15, 1:55 AM
Unknown Object (File)
Sat, Mar 14, 11:00 AM
Unknown Object (File)
Fri, Mar 13, 7:35 PM
Unknown Object (File)
Fri, Mar 13, 11:32 AM
Subscribers

Details

Summary

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.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ed retitled this revision from to Let dbm's datum::dptr use the right type..
ed updated this object.
ed edited the test plan for this revision. (Show Details)
ed added a reviewer: pfg.
pfg edited edge metadata.

Modernity :).

This revision is now accepted and ready to land.May 30 2016, 4:14 PM
This revision was automatically updated to reflect the committed changes.