21 lines
425 B
Text
21 lines
425 B
Text
$NetBSD: patch-af,v 1.1 2006/01/12 20:57:25 joerg Exp $
|
|
|
|
--- src/io/prom/fs/hfsplus/libhfsp.h.orig 2006-01-12 20:29:55.000000000 +0000
|
|
+++ src/io/prom/fs/hfsplus/libhfsp.h
|
|
@@ -23,6 +23,8 @@
|
|
*
|
|
*/
|
|
|
|
+#include <errno.h>
|
|
+
|
|
#ifndef APPLE_H
|
|
# include "apple.h"
|
|
#endif
|
|
@@ -30,7 +32,6 @@
|
|
# include "hfs.h"
|
|
# include "hfsp.h"
|
|
|
|
-extern int errno;
|
|
/* Last error is eventually found here */
|
|
extern const char *hfsp_error;
|
|
|