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>
This commit is contained in:
Michael Mair-Keimberger
2020-07-02 19:41:06 +02:00
committed by Sergei Trofimovich
parent c01d76cb90
commit 2a1b7ae03c

View File

@@ -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))