emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 2e8cc206f52 1/2: Avoid backwards clock in movemail timestamps


From: Eli Zaretskii
Subject: Re: master 2e8cc206f52 1/2: Avoid backwards clock in movemail timestamps
Date: Wed, 22 Mar 2023 17:29:40 +0200

> From: Andreas Schwab <schwab@linux-m68k.org>
> Cc: Paul Eggert <eggert@cs.ucla.edu>
> Date: Wed, 22 Mar 2023 09:34:58 +0100
> 
> movemail.c: In function ‘mbx_delimit_begin’:
> movemail.c:849:16: warning: implicit declaration of function 
> ‘current_timespec’ [-Wimplicit-function-declaration]
>    time_t now = current_timespec ().tv_sec;
>                 ^~~~~~~~~~~~~~~~
> movemail.c:849:35: error: request for member ‘tv_sec’ in something not a 
> structure or union
>    time_t now = current_timespec ().tv_sec;

Thanks, should be fixed now.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]