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)
Wed, May 20, 10:23 PM
Unknown Object (File)
Wed, May 20, 2:02 AM
Unknown Object (File)
Sun, May 17, 3:32 PM
Unknown Object (File)
Sun, May 17, 3:32 PM
Unknown Object (File)
Apr 28 2026, 1:01 AM
Unknown Object (File)
Apr 22 2026, 4:47 AM
Unknown Object (File)
Apr 7 2026, 7:28 PM
Unknown Object (File)
Apr 7 2026, 3:59 PM
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 Not Applicable
Unit
Tests Not Applicable

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.