1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/editors/gate/files/patch-ac
Kevin Lo 02585bd39c Initial import of gate-2.04c.
gate is a simple and unobtrusive line-oriented text editor.

PR: 19905
Submitted by: Christopher N. Harrell <cnh@ivmg.net>
Reviewed by: sobomax
2000-07-21 10:11:44 +00:00

12 lines
306 B
Plaintext

--- gate.h.orig Mon Jul 17 23:20:52 2000
+++ gate.h Mon Jul 17 23:21:15 2000
@@ -213,7 +213,7 @@
/* FILE.C */
void read_file(char *rname, int strip);
-FILE *copy_file(char *wname);
+FILE *copy_file(char *wname, int fd);
void write_file(char *wname);
void typefile(char *name);
void emptyfile(void);