mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
19 lines
378 B
Plaintext
19 lines
378 B
Plaintext
$NetBSD: patch-ae,v 1.1 2006/01/12 20:57:25 joerg Exp $
|
|
|
|
--- src/io/prom/fs/hfs/libhfs.h.orig 2006-01-12 20:20:19.000000000 +0000
|
|
+++ src/io/prom/fs/hfs/libhfs.h
|
|
@@ -18,11 +18,11 @@
|
|
*
|
|
*/
|
|
|
|
+#include <errno.h>
|
|
+
|
|
# include "hfs.h"
|
|
# include "apple.h"
|
|
|
|
-extern int errno;
|
|
-
|
|
# define ERROR(code, str) \
|
|
do { hfs_error = (str), errno = (code); goto fail; } while (0)
|
|
|