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, Aug 3, 5:39 PM
Unknown Object (File)
Sat, Aug 1, 12:42 PM
Unknown Object (File)
Fri, Jul 24, 5:40 AM
Unknown Object (File)
Fri, Jul 17, 9:36 PM
Unknown Object (File)
Wed, Jul 15, 5:46 AM
Unknown Object (File)
Wed, Jul 15, 5:46 AM
Unknown Object (File)
Mon, Jul 13, 10:24 PM
Unknown Object (File)
Tue, Jul 7, 9:42 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.Feb 24 2026, 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!