diff options
Diffstat (limited to 'sysutils/xhfs/patches/patch-ad')
-rw-r--r-- | sysutils/xhfs/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/xhfs/patches/patch-ad b/sysutils/xhfs/patches/patch-ad new file mode 100644 index 00000000000..52273b88052 --- /dev/null +++ b/sysutils/xhfs/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1 2006/06/08 15:34:52 joerg Exp $ + +--- copyin.c.orig 2006-06-08 15:22:15.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 |