pkgsrc/sysutils/xhfs/patches/patch-ag
2006-06-08 15:34:52 +00:00

11 lines
255 B
Text

$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))