diff options
Diffstat (limited to 'sysutils/xhfs/patches/patch-ae')
-rw-r--r-- | sysutils/xhfs/patches/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/xhfs/patches/patch-ae b/sysutils/xhfs/patches/patch-ae new file mode 100644 index 00000000000..b0f1a0970f0 --- /dev/null +++ b/sysutils/xhfs/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1 2006/06/08 15:34:52 joerg Exp $ + +--- copyout.c.orig 2006-06-08 15:23:16.000000000 +0000 ++++ copyout.c +@@ -49,8 +49,6 @@ int dup(int); + + const char *cpo_error = "no error"; + +-extern int errno; +- + # define ERROR(code, str) (cpo_error = (str), errno = (code)) + + # define MACB_BLOCKSZ 128 |