Page MenuHomeFreeBSD

security/openssh-portable: Fix build on i386
Needs ReviewPublic

Authored by zirias on Feb 20 2023, 1:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 13 2026, 10:20 PM
Unknown Object (File)
Jan 8 2026, 3:46 PM
Unknown Object (File)
Jan 6 2026, 12:40 AM
Unknown Object (File)
Dec 28 2025, 10:58 PM
Unknown Object (File)
Dec 26 2025, 7:57 PM
Unknown Object (File)
Dec 24 2025, 7:13 PM
Unknown Object (File)
Nov 28 2025, 1:09 PM
Unknown Object (File)
Nov 27 2025, 6:32 PM
Subscribers

Details

Reviewers
bdrewery
tcberner

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 49913
Build 46805: arc lint + arc unit

Event Timeline

Does this really have to be an extra patch? Does it break the build on other archs?

In D38694#881222, @mat wrote:

Does this really have to be an extra patch? Does it break the build on other archs?

Most likely no. I just wanted to avoid introducing explicit casts where not necessary. Although I'm pretty sure they have no effect on the code on 64bit platforms....