summaryrefslogtreecommitdiff
path: root/sysutils/xhfs/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xhfs/patches/patch-ag')
-rw-r--r--sysutils/xhfs/patches/patch-ag11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/xhfs/patches/patch-ag b/sysutils/xhfs/patches/patch-ag
new file mode 100644
index 00000000000..2e6c109464e
--- /dev/null
+++ b/sysutils/xhfs/patches/patch-ag
@@ -0,0 +1,11 @@
+$NetBSD: patch-ag,v 1.1 2006/06/08 15:34:52 joerg Exp $
+
+--- hfsutil.h.orig 2006-06-08 15:28:08.000000000 +0000
++++ hfsutil.h
+@@ -20,5 +20,5 @@
+ */
+
+-extern int errno;
++#include <errno.h>
+
+ # define ERROR(code, str) (hfs_error = (str), errno = (code))