Re: git: 2574974648c6 - main - OpenSSH: Update to 10.3p1

From: Dag-Erling_Smørgrav <des_at_FreeBSD.org>
Date: Sat, 16 May 2026 19:09:56 UTC
Ed Maste <emaste@FreeBSD.org> writes:
> commit 2574974648c68c738aec3ff96644d888d7913a37
> Merge: fb4e7898a359 2c72d8219c56
> Author:     Ed Maste <emaste@FreeBSD.org>
> AuthorDate: 2026-05-14 18:59:30 +0000
> Commit:     Ed Maste <emaste@FreeBSD.org>
> 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 - des@FreeBSD.org