diff options
Diffstat (limited to 'sysutils/xhfs/patches/patch-aj')
-rw-r--r-- | sysutils/xhfs/patches/patch-aj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/xhfs/patches/patch-aj b/sysutils/xhfs/patches/patch-aj new file mode 100644 index 00000000000..828984b0c4f --- /dev/null +++ b/sysutils/xhfs/patches/patch-aj @@ -0,0 +1,13 @@ +$NetBSD: patch-aj,v 1.1 2006/06/08 15:34:52 joerg Exp $ + +--- tclhfs.c.orig 1998-11-02 22:08:32.000000000 +0000 ++++ tclhfs.c +@@ -44,7 +44,7 @@ + # include "suid.h" + # include "version.h" + +-extern int errno; ++#include <errno.h> + + # define ERROR(code, str) (hfs_error = (str), errno = (code)) + |