summaryrefslogtreecommitdiff
path: root/sysutils/xhfs/patches/patch-aj
blob: 828984b0c4f714d690bb09c374e00448922272d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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))