Page MenuHomeFreeBSD

ccp: Don't name anonymous structure and union types
ClosedPublic

Authored by jhb on Feb 6 2026, 3:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 16, 12:41 PM
Unknown Object (File)
Thu, Mar 12, 6:03 PM
Unknown Object (File)
Thu, Mar 12, 12:14 PM
Unknown Object (File)
Sun, Mar 1, 5:23 AM
Unknown Object (File)
Sun, Mar 1, 12:13 AM
Unknown Object (File)
Sat, Feb 28, 5:50 PM
Unknown Object (File)
Thu, Feb 26, 1:36 AM
Unknown Object (File)
Feb 19 2026, 10:59 PM
Subscribers

Details

Summary

Keep the dword labels as comments instead. Anonymous structs and
unions don't have type names in C11+.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Feb 6 2026, 3:28 PM
This revision was not accepted when it landed; it landed in state Needs Review.Tue, Feb 24, 8:26 PM
This revision was automatically updated to reflect the committed changes.

I am sorry. I completely missed this (well never saw it).
That would have answered my question/poking from D55072.
Sorry and thank you!