mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
293 B
Plaintext
14 lines
293 B
Plaintext
$NetBSD: patch-aj,v 1.1 2006/06/08 15:34:52 joerg Exp $
|
|
|
|
--- tclhfs.c.orig 1998-11-02 22:08:32.000000000 +0000
|
|
+++ tclhfs.c
|
|
@@ -44,7 +44,7 @@
|
|
# include "suid.h"
|
|
# include "version.h"
|
|
|
|
-extern int errno;
|
|
+#include <errno.h>
|
|
|
|
# define ERROR(code, str) (hfs_error = (str), errno = (code))
|
|
|