diff options
Diffstat (limited to 'editors/gate/files/patch-ac')
-rw-r--r-- | editors/gate/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/gate/files/patch-ac b/editors/gate/files/patch-ac new file mode 100644 index 000000000000..242ace8e9b7b --- /dev/null +++ b/editors/gate/files/patch-ac @@ -0,0 +1,11 @@ +--- 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); |