comparison src/version.c @ 22539:0f205ff4a0fd v8.2.1818

patch 8.2.1818: SE Linux: deprecation warning for security_context_t Commit: https://github.com/vim/vim/commit/8956023920bb1b6f9c381739e59b9ddab4bf7798 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 9 23:04:47 2020 +0200 patch 8.2.1818: SE Linux: deprecation warning for security_context_t Problem: SE Linux: deprecation warning for security_context_t. Solution: Use "char *" instead. (James McCoy, closes https://github.com/vim/vim/issues/7093)
author Bram Moolenaar <Bram@vim.org>
date Fri, 09 Oct 2020 23:15:04 +0200
parents 9870e8b6ed78
children 7d6ba4204f66
comparison
equal deleted inserted replaced
22538:79366811bc71 22539:0f205ff4a0fd
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 1818,
753 /**/ 755 /**/
754 1817, 756 1817,
755 /**/ 757 /**/
756 1816, 758 1816,
757 /**/ 759 /**/