diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-07-02 19:41:06 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-07-03 19:40:18 +0100 |
commit | 2a1b7ae03c4c7c22513cb3807d5c98a3a01dc3dc (patch) | |
tree | 52affdc93655b3d0dcff5171d4a3a429fd6f0cfc /sys-fs/hfsutils | |
parent | net-misc/ntp: stable 4.2.8_p15 for sparc, bug #729458 (diff) | |
download | gentoo-2a1b7ae03c4c7c22513cb3807d5c98a3a01dc3dc.tar.gz gentoo-2a1b7ae03c4c7c22513cb3807d5c98a3a01dc3dc.tar.bz2 gentoo-2a1b7ae03c4c7c22513cb3807d5c98a3a01dc3dc.zip |
sys-fs/hfsutils: remove unused patch
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16545
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-fs/hfsutils')
-rw-r--r-- | sys-fs/hfsutils/files/hfsutils-3.2.6-errno.patch | 12 |
1 files changed, 0 insertions, 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 f8ab6a0bf0a0..000000000000 --- 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)) - |