diff options
Diffstat (limited to 'editors/mule/patches/patch-bv')
-rw-r--r-- | editors/mule/patches/patch-bv | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/mule/patches/patch-bv b/editors/mule/patches/patch-bv new file mode 100644 index 00000000000..1abad3c1cfe --- /dev/null +++ b/editors/mule/patches/patch-bv @@ -0,0 +1,13 @@ +$NetBSD: patch-bv,v 1.1 2006/01/04 20:35:08 joerg Exp $ + +--- lib-src/make-path.c.orig 2006-01-04 17:42:18.000000000 +0000 ++++ lib-src/make-path.c +@@ -28,8 +28,6 @@ the Free Software Foundation, 675 Mass A + #include <stdio.h> + #include <errno.h> + +-extern int errno; +- + char *prog_name; + + int touchy_mkdir (path) |