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