mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
13 lines
380 B
Plaintext
13 lines
380 B
Plaintext
$NetBSD: patch-ah,v 1.2 2004/11/08 15:48:20 adam Exp $
|
|
|
|
--- widget/editcmd.c.orig 2004-10-18 19:56:57.000000000 +0000
|
|
+++ widget/editcmd.c
|
|
@@ -236,6 +236,7 @@ int edit_save_file (WEdit * edit, const
|
|
FILE *file;
|
|
char *savename = 0;
|
|
int this_save_mode, fd;
|
|
+ extern char *edit_get_write_filter (char *writename, char *filename);
|
|
|
|
if (!filename)
|
|
return 0;
|