diff options
Diffstat (limited to 'editors/cooledit/patches/patch-ah')
-rw-r--r-- | editors/cooledit/patches/patch-ah | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/cooledit/patches/patch-ah b/editors/cooledit/patches/patch-ah new file mode 100644 index 00000000000..4c56857fe51 --- /dev/null +++ b/editors/cooledit/patches/patch-ah @@ -0,0 +1,12 @@ +$NetBSD: patch-ah,v 1.1.1.1 2002/07/07 19:45:39 dmcmahill Exp $ + +--- widget/editcmd.c.orig Sat Oct 27 14:36:12 2001 ++++ widget/editcmd.c +@@ -249,6 +249,7 @@ + FILE *file; + char *savename = 0; + int this_save_mode, fd; ++ extern char *edit_get_write_filter (char *writename, char *filename); + + if (!filename) + return 0; |