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)
Sun, Oct 20, 3:52 AM
Unknown Object (File)
Oct 2 2024, 6:15 PM
Unknown Object (File)
Oct 2 2024, 4:25 PM
Unknown Object (File)
Oct 2 2024, 9:56 AM
Unknown Object (File)
Sep 26 2024, 12:19 AM
Unknown Object (File)
Sep 20 2024, 3:55 AM
Unknown Object (File)
Sep 17 2024, 1:33 PM
Unknown Object (File)
Sep 17 2024, 2:40 AM
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.