summaryrefslogtreecommitdiff
path: root/sys-fs/hfsutils/files/hfsutils-3.2.6-errno.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/hfsutils/files/hfsutils-3.2.6-errno.patch')
-rw-r--r--sys-fs/hfsutils/files/hfsutils-3.2.6-errno.patch12
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))
-