blob: 2e6c109464ef77cf51e7078e95ac5896924a3396 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-ag,v 1.1 2006/06/08 15:34:52 joerg Exp $
--- hfsutil.h.orig 2006-06-08 15:28:08.000000000 +0000
+++ hfsutil.h
@@ -20,5 +20,5 @@
*/
-extern int errno;
+#include <errno.h>
# define ERROR(code, str) (hfs_error = (str), errno = (code))
|