diff options
Diffstat (limited to 'sysutils/xhfs/patches/patch-af')
-rw-r--r-- | sysutils/xhfs/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/xhfs/patches/patch-af b/sysutils/xhfs/patches/patch-af new file mode 100644 index 00000000000..5eac2f3eef1 --- /dev/null +++ b/sysutils/xhfs/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1 2006/06/08 15:34:52 joerg Exp $ + +--- hcwd.c.orig 2006-06-08 15:25:19.000000000 +0000 ++++ hcwd.c +@@ -43,8 +43,6 @@ static mountent *mounts = 0; + static int mtabsz = 0, nmounts = 0; + static int curvol = -1, dirty = 0; + +-extern int errno; +- + /* + * NAME: addent() + * DESCRIPTION: insert mount entry into table |