summaryrefslogtreecommitdiff
path: root/cad/pcb/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'cad/pcb/patches/patch-ah')
-rw-r--r--cad/pcb/patches/patch-ah13
1 files changed, 0 insertions, 13 deletions
diff --git a/cad/pcb/patches/patch-ah b/cad/pcb/patches/patch-ah
deleted file mode 100644
index 687b496d73a..00000000000
--- a/cad/pcb/patches/patch-ah
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ah,v 1.1 2002/05/31 19:56:21 dmcmahill Exp $
-
---- src/misc.c.orig Wed May 13 06:29:49 1998
-+++ src/misc.c
-@@ -1066,7 +1066,7 @@
- {
- static char path[MAXPATHLEN+1];
-
--#if defined(SYSV) || defined(linux)
-+#if defined(SYSV) || defined(linux) || defined(__NetBSD__)
- return(getcwd(path, MAXPATHLEN));
- #else
- /* seems that some BSD releases lack of a prototype for getwd() */