Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2026 21:09:56 +0200
From:      =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@FreeBSD.org>
To:        Ed Maste <emaste@FreeBSD.org>
Cc:        src-committers@FreeBSD.org,  dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   Re: git: 2574974648c6 - main - OpenSSH: Update to 10.3p1
Message-ID:  <86tss7b27v.fsf@ltc.des.dev>
In-Reply-To: <6a061bf9.2672e.364c778f@gitrepo.freebsd.org> (Ed Maste's message of "Thu, 14 May 2026 19:01:13 %2B0000")
References:  <6a061bf9.2672e.364c778f@gitrepo.freebsd.org>

index | next in thread | previous in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86tss7b27v.fsf>