summaryrefslogtreecommitdiff
path: root/cad/gnucap/patches
diff options
context:
space:
mode:
Diffstat (limited to 'cad/gnucap/patches')
-rw-r--r--cad/gnucap/patches/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/gnucap/patches/patch-aa b/cad/gnucap/patches/patch-aa
new file mode 100644
index 00000000000..67ea5ac9553
--- /dev/null
+++ b/cad/gnucap/patches/patch-aa
@@ -0,0 +1,11 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/11/15 02:58:50 dmcmahill Exp $
+
+--- src/md.h.orig Sat Jun 30 03:20:53 2001
++++ src/md.h Thu Jul 5 06:40:14 2001
+@@ -46,5 +46,5 @@
+ };
+ /*--------------------------------------------------------------------------*/
+-#if defined(__unix__)
++#if defined(__unix__) || defined(UNIX)
+ /* usual but non-standard collection of includes */
+ #include <unistd.h> /* chdir, access, getcwd */