Page MenuHomeFreeBSD

ssh: fix SIZEOF_TIME_T #define on i386
ClosedPublic

Authored by emaste on Feb 8 2023, 6:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 15, 1:59 AM
Unknown Object (File)
Tue, Oct 14, 12:10 AM
Unknown Object (File)
Sat, Oct 11, 10:00 AM
Unknown Object (File)
Sat, Oct 11, 10:00 AM
Unknown Object (File)
Sat, Oct 11, 10:00 AM
Unknown Object (File)
Sat, Oct 11, 2:15 AM
Unknown Object (File)
Jul 27 2025, 12:37 PM
Unknown Object (File)
Jul 15 2025, 5:33 PM
Subscribers
None

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste requested review of this revision.Feb 8 2023, 6:34 PM
emaste created this revision.

Will look at a better (more robust) way to do this later on but this should be a sufficient bandaid

This matches all supported FreeBSD architectures, going back several major releases. FreeBSD 7 or 8 changes armv7 to 64-bit time_t and FreeBSD 9? did 32-bit powerpc. Only i386 remained

This revision is now accepted and ready to land.Feb 8 2023, 11:30 PM
This revision was automatically updated to reflect the committed changes.