summaryrefslogtreecommitdiff
path: root/sysutils/hfsutils/patches/patch-ab
blob: 5bfd46cf7177865a08cd93cbddf7f847ad3d34b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
$NetBSD: patch-ab,v 1.1 2006/03/24 19:38:08 joerg Exp $

--- hfsutil.h.orig	2006-03-24 19:09:05.000000000 +0000
+++ hfsutil.h
@@ -20,5 +20,5 @@
  */
 
-extern int errno;
+#include <errno.h>
 
 # define ERROR(code, str)	(hfs_error = (str), errno = (code))