mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
12 lines
255 B
Plaintext
12 lines
255 B
Plaintext
$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))
|