Ed Maste <[email protected]> writes: > commit 2574974648c68c738aec3ff96644d888d7913a37 > Merge: fb4e7898a359 2c72d8219c56 > Author: Ed Maste <[email protected]> > AuthorDate: 2026-05-14 18:59:30 +0000 > Commit: Ed Maste <[email protected]> > CommitDate: 2026-05-14 18:59:30 +0000 > > OpenSSH: Update to 10.3p1 > [...] > diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h > index b7f432596b55..69bc79c92bb5 100644 > --- a/crypto/openssh/config.h > +++ b/crypto/openssh/config.h > [...] > @@ -1915,11 +1921,7 @@ > #define SIZEOF_SHORT_INT 2 > > /* The size of 'time_t', as computed by sizeof. */ > -#ifdef __i386__ > -#define SIZEOF_TIME_T 4 > -#else > #define SIZEOF_TIME_T 8 > -#endif > > /* Define as const if snprintf() can declare const char *fmt */ > #define SNPRINTF_CONST const
This breaks i386. DES -- Dag-Erling Smørgrav - [email protected]
