commit | 8956023920bb1b6f9c381739e59b9ddab4bf7798 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 09 23:04:47 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 09 23:04:47 2020 +0200 |
tree | 8cf4f99d9f45903ea3f684c719577b26c22f6373 | |
parent | e8211a33dcb0ac6e29aad6699160fdc2e5fa2024 [diff] [blame] |
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 #7093)
diff --git a/src/version.c b/src/version.c index 5adfd96..5fdfeea 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1818, +/**/ 1817, /**/ 1816,