Page MenuHomeFreeBSD

telnet: Remove usage of ALIGN
ClosedPublic

Authored by markj on Dec 18 2025, 5:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 25, 3:52 PM
Unknown Object (File)
Tue, Aug 25, 3:03 PM
Unknown Object (File)
Sun, Aug 23, 11:54 PM
Unknown Object (File)
Fri, Aug 21, 9:59 PM
Unknown Object (File)
Fri, Aug 21, 8:20 AM
Unknown Object (File)
Fri, Aug 21, 8:18 AM
Unknown Object (File)
Fri, Aug 21, 1:18 AM
Unknown Object (File)
Tue, Aug 18, 2:04 AM
Subscribers

Details

Summary

gcc doesn't like ALIGN() being applied to an array type. Just use
__aligned instead.

Fixes: 80203a27e964 ("Add sys/_align.h replacing machine/_align.h")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 69375
Build 66258: arc lint + arc unit

Event Timeline

markj requested review of this revision.Dec 18 2025, 5:50 PM
brooks added inline comments.
contrib/telnet/telnet/commands.c
2851

At least I think the XXX is probably referring to the evil use of ALIGN?

This revision is now accepted and ready to land.Dec 22 2025, 10:10 AM
contrib/telnet/telnet/commands.c
2851

I had thought so too, but it predates it, see commit c847fdb1f93a7.

This revision was automatically updated to reflect the committed changes.