commit | 993b17569b5acffe2d8941d1709a55da4e439755 | [log] [tgz] |
---|---|---|
author | Gene C <arch@sapience.com> | Mon Oct 02 22:42:26 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Mon Oct 02 22:44:12 2023 +0200 |
tree | 499961578408a29fd3dab8ddd50adb939543abe9 | |
parent | 12a0d999b140cb5bf08bf9f416f2bc9bb8a12fc9 [diff] [blame] |
patch 9.0.1975: xattr: permission-denied errors on write Problem: xattr: permission-denied errors on write Solution: ignore those errors closes: #13246 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Gene C <arch@sapience.com>
diff --git a/src/version.c b/src/version.c index b46d20c..9022edb 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1975, +/**/ 1974, /**/ 1973,