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)
Sat, Feb 15, 11:54 AM
Unknown Object (File)
Feb 2 2025, 2:47 AM
Unknown Object (File)
Jan 8 2025, 7:22 AM
Unknown Object (File)
Dec 26 2024, 9:45 PM
Unknown Object (File)
Dec 1 2024, 8:59 PM
Unknown Object (File)
Dec 1 2024, 8:59 PM
Unknown Object (File)
Dec 1 2024, 8:59 PM
Unknown Object (File)
Dec 1 2024, 7:39 PM
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.