summaryrefslogtreecommitdiff
path: root/sysutils/hfsutils/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/hfsutils/patches/patch-ab')
-rw-r--r--sysutils/hfsutils/patches/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/hfsutils/patches/patch-ab b/sysutils/hfsutils/patches/patch-ab
new file mode 100644
index 00000000000..5bfd46cf717
--- /dev/null
+++ b/sysutils/hfsutils/patches/patch-ab
@@ -0,0 +1,11 @@
+$NetBSD: patch-ab,v 1.1 2006/03/24 19:38:08 joerg Exp $
+
+--- hfsutil.h.orig 2006-03-24 19:09:05.000000000 +0000
++++ hfsutil.h
+@@ -20,5 +20,5 @@
+ */
+
+-extern int errno;
++#include <errno.h>
+
+ # define ERROR(code, str) (hfs_error = (str), errno = (code))