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)
Fri, Apr 10, 4:48 AM
Unknown Object (File)
Wed, Apr 8, 9:49 AM
Unknown Object (File)
Tue, Apr 7, 8:55 PM
Unknown Object (File)
Tue, Apr 7, 8:30 PM
Unknown Object (File)
Mon, Apr 6, 2:10 PM
Unknown Object (File)
Sun, Apr 5, 1:06 PM
Unknown Object (File)
Sat, Apr 4, 12:46 PM
Unknown Object (File)
Mar 16 2026, 12:41 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!