Patch 8.2.5139
Problem: TIME_WITH_SYS_TIME is no longer supported by autoconf.
Solution: Always include time.h.
Files: src/os_unix.h
*** ../vim-8.2.5138/src/os_unix.h 2021-09-18 11:15:03.691013353 +0100
--- src/os_unix.h 2022-06-05 15:53:16.599376985 +0100
***************
*** 128,137 ****
# endif
#endif
! // on some systems time.h should not be included together with sys/time.h
! #if !defined(HAVE_SYS_TIME_H) || defined(TIME_WITH_SYS_TIME)
! # include <time.h>
! #endif
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
--- 128,134 ----
# endif
#endif
! #include <time.h>
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
*** ../vim-8.2.5138/src/version.c 2022-06-20 11:37:36.740346683 +0100
--- src/version.c 2022-06-20 11:52:08.135951500 +0100
***************
*** 736,737 ****
--- 736,739 ----
{ /* Add new patch number below this line */
+ /**/
+ 5139,
/**/
--
This computer is so slow, it takes forever to execute and endless loop!
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220620110144.9A6971C075E%40moolenaar.net.