commit | e2982d691186c8a9b16ecc8d831d2472088c8ed8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 06 11:27:21 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 06 11:27:21 2021 +0100 |
tree | 233a1c1a37dd0bab076f4adac3bb7d2f5dd98cf1 | |
parent | 78e0fa4cf4fcd563c0bc8c87afa54d4f5dc22020 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index b0049e0..03b7022 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3483, +/**/ 3482, /**/ 3481,