diff src/version.c @ 25899:076f9b8e9632 v8.2.3483

patch 8.2.3483: #ifdef for using sysinfo() is incomplete Commit: https://github.com/vim/vim/commit/e2982d691186c8a9b16ecc8d831d2472088c8ed8 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 6 11:27:21 2021 +0100 patch 8.2.3483: #ifdef for using sysinfo() is incomplete Problem: #ifdef for using sysinfo() is incomplete. Solution: Also check for HAVE_SYSINFO. Make autoconf check use TRY_LINK. (closes #8952)
author Bram Moolenaar <Bram@vim.org>
date Wed, 06 Oct 2021 12:30:05 +0200
parents f2fb5d30cd16
children f48c435bd1df
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3483,
+/**/
     3482,
 /**/
     3481,