summaryrefslogtreecommitdiff
path: root/misc/splitvt/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'misc/splitvt/patches/patch-ac')
-rw-r--r--misc/splitvt/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/splitvt/patches/patch-ac b/misc/splitvt/patches/patch-ac
new file mode 100644
index 00000000000..02b50755b19
--- /dev/null
+++ b/misc/splitvt/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2005/11/10 18:25:42 joerg Exp $
+
+--- parserc.c.orig 2005-11-10 18:22:31.000000000 +0000
++++ parserc.c
+@@ -154,8 +154,6 @@ char *args[];
+ static int safe_chdir(directory)
+ char *directory;
+ {
+- extern int errno;
+-
+ char *subdir=NULL;
+ struct stat sb;
+ int nslashes=0, chdir_ret;