Page MenuHomeFreeBSD

Change value of MB_CUR_MAX and MB_CUR_MAX_L() to size_t.
ClosedPublic

Authored by ed on May 30 2016, 11:39 AM.
Tags
None
Referenced Files
F113918523: D6645.id18844.diff
Sat, Apr 5, 2:26 PM
F113914086: D6645.id.diff
Sat, Apr 5, 12:45 PM
F113904075: D6645.id17105.diff
Sat, Apr 5, 9:01 AM
Unknown Object (File)
Fri, Mar 14, 6:49 AM
Unknown Object (File)
Mar 4 2025, 12:39 PM
Unknown Object (File)
Feb 27 2025, 8:03 AM
Unknown Object (File)
Feb 20 2025, 4:01 PM
Unknown Object (File)
Feb 18 2025, 8:01 AM
Subscribers

Details

Summary

POSIX requires that MB_CUR_MAX expands to an expression of type size_t.
It currently expands to an int.

Diff Detail

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

Event Timeline

ed retitled this revision from to Change value of MB_CUR_MAX and MB_CUR_MAX_L() to size_t..
ed updated this object.
ed edited the test plan for this revision. (Show Details)
ed added a reviewer: theraven.
This revision was automatically updated to reflect the committed changes.