summaryrefslogtreecommitdiff
path: root/www/chimera/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'www/chimera/patches/patch-ac')
-rw-r--r--www/chimera/patches/patch-ac14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/chimera/patches/patch-ac b/www/chimera/patches/patch-ac
new file mode 100644
index 00000000000..12edbc6bf91
--- /dev/null
+++ b/www/chimera/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1.1.1 2000/10/19 14:23:00 fredb Exp $
+
+--- port/getcwd.c.orig Sun Mar 28 20:22:30 1999
++++ port/getcwd.c Wed Oct 18 18:35:25 2000
+@@ -34,7 +34,9 @@
+ #include <sys/param.h>
+
+ extern char *getwd();
++#ifndef errno
+ extern int errno;
++#endif
+
+ char *
+ getcwd(buf, size)