unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: master 2e8cc206f52 1/2: Avoid backwards clock in movemail timestamps
       [not found] ` <20230321214226.5729DC13912@vcs2.savannah.gnu.org>
@ 2023-03-22  8:34   ` Andreas Schwab
  2023-03-22 15:29     ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Schwab @ 2023-03-22  8:34 UTC (permalink / raw)
  To: emacs-devel; +Cc: Paul Eggert

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;
                                   ^

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: master 2e8cc206f52 1/2: Avoid backwards clock in movemail timestamps
  2023-03-22  8:34   ` master 2e8cc206f52 1/2: Avoid backwards clock in movemail timestamps Andreas Schwab
@ 2023-03-22 15:29     ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2023-03-22 15:29 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: emacs-devel, eggert

> 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.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-22 15:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <167943494578.25150.2485423596885016098@vcs2.savannah.gnu.org>
     [not found] ` <20230321214226.5729DC13912@vcs2.savannah.gnu.org>
2023-03-22  8:34   ` master 2e8cc206f52 1/2: Avoid backwards clock in movemail timestamps Andreas Schwab
2023-03-22 15:29     ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).