pkgsrc/sysutils/xhfs/patches/patch-ag

12 lines
255 B
Text
Raw Normal View History

2006-06-08 17:34:52 +02:00
$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))