From 2a1b7ae03c4c7c22513cb3807d5c98a3a01dc3dc Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Thu, 2 Jul 2020 19:41:06 +0200 Subject: [PATCH] sys-fs/hfsutils: remove unused patch Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/16545 Signed-off-by: Sergei Trofimovich --- sys-fs/hfsutils/files/hfsutils-3.2.6-errno.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 sys-fs/hfsutils/files/hfsutils-3.2.6-errno.patch 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 f8ab6a0bf0a0e..0000000000000 --- 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 - - # define ERROR(code, str) (hfs_error = (str), errno = (code)) -