summaryrefslogtreecommitdiff
path: root/sysutils/hfsutils/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/hfsutils/patches/patch-ae')
-rw-r--r--sysutils/hfsutils/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/hfsutils/patches/patch-ae b/sysutils/hfsutils/patches/patch-ae
new file mode 100644
index 00000000000..54958568756
--- /dev/null
+++ b/sysutils/hfsutils/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2006/03/24 19:38:08 joerg Exp $
+
+--- copyin.c.orig 2006-03-24 19:19:27.000000000 +0000
++++ copyin.c
+@@ -48,8 +48,6 @@ int dup(int);
+
+ const char *cpi_error = "no error";
+
+-extern int errno;
+-
+ # define ERROR(code, str) (cpi_error = (str), errno = (code))
+
+ # define MACB_BLOCKSZ 128