commit: 2a1b7ae03c4c7c22513cb3807d5c98a3a01dc3dc Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Thu Jul 2 17:41:06 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Fri Jul 3 18:40:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a1b7ae0
sys-fs/hfsutils: remove unused patch Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16545 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> sys-fs/hfsutils/files/hfsutils-3.2.6-errno.patch | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/sys-fs/hfsutils/files/hfsutils-3.2.6-errno.patch b/sys-fs/hfsutils/files/hfsutils-3.2.6-errno.patch deleted file mode 100644 index f8ab6a0bf0a..00000000000 --- a/sys-fs/hfsutils/files/hfsutils-3.2.6-errno.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/tclhfs.c -+++ b/tclhfs.c -@@ -43,8 +43,7 @@ - # include "charset.h" - # include "suid.h" - # include "version.h" -- --extern int errno; -+# include <errno.h> - - # define ERROR(code, str) (hfs_error = (str), errno = (code)) -
