This is an automated email from git. It was generated because a ref
change was pushed to the "chrony/chrony.git" repository.
The branch, master has been updated
via 9cba9c8585bc5ebf19bafece118fb2362090547c (commit)
from 88e711ad9abe3a541863a78efaf8e1b6a143d129 (commit)
Those revisi
The current TOT builds fine now. Thanks.
On Thu, Jan 19, 2023 at 2:53 AM Miroslav Lichvar wrote:
>
> On Thu, Jan 19, 2023 at 09:45:28AM +0100, Miroslav Lichvar wrote:
> > On Thu, Jan 19, 2023 at 06:23:32AM +1300, Bryan Christianson wrote:
> > > -#if defined(__GLIBC_PREREQ) && __GLIBC_PREREQ(2, 34
On Thu, Jan 19, 2023 at 09:45:28AM +0100, Miroslav Lichvar wrote:
> On Thu, Jan 19, 2023 at 06:23:32AM +1300, Bryan Christianson wrote:
> > -#if defined(__GLIBC_PREREQ) && __GLIBC_PREREQ(2, 34) && __TIMESIZE == 32
> > +#ifdef __GLIBC_PREREQ
> > +#if __GLIBC_PREREQ(2, 34) && __TIMESIZE == 32
> > #d
This is an automated email from git. It was generated because a ref
change was pushed to the "chrony/chrony.git" repository.
The branch, master has been updated
via 88e711ad9abe3a541863a78efaf8e1b6a143d129 (commit)
from badaa83c319ae5a0bef872d1e7a55bf1260c1b84 (commit)
Those revisi
On Thu, Jan 19, 2023 at 06:23:32AM +1300, Bryan Christianson wrote:
> -#if defined(__GLIBC_PREREQ) && __GLIBC_PREREQ(2, 34) && __TIMESIZE == 32
> +#ifdef __GLIBC_PREREQ
> +#if __GLIBC_PREREQ(2, 34) && __TIMESIZE == 32
> #define CONVERT_TIMEVAL 1
> #if defined(_TIME_BITS) && _TIME_BITS == 64
The