To: vim_dev@googlegroups.com Subject: Patch 8.2.5139 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 ! #endif #ifdef HAVE_SYS_TIME_H # include #endif --- 128,134 ---- # endif #endif ! #include #ifdef HAVE_SYS_TIME_H # include #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 -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///