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)
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
Unknown Object (File)
Tue, Aug 11, 9:53 AM
Unknown Object (File)
Tue, Aug 11, 12:23 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 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.