From 554d4fd2daeceb762238bc49ad43b337b017e4d0 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 13 May 2016 19:01:27 +0000 Subject: Prevent collision with getline(3) --- editors/gate/files/patch-gate.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 editors/gate/files/patch-gate.h (limited to 'editors/gate/files/patch-gate.h') diff --git a/editors/gate/files/patch-gate.h b/editors/gate/files/patch-gate.h new file mode 100644 index 000000000000..f4873775e0f9 --- /dev/null +++ b/editors/gate/files/patch-gate.h @@ -0,0 +1,11 @@ +--- gate.h.orig 2005-01-24 06:24:26 UTC ++++ gate.h +@@ -211,7 +211,7 @@ int mv_file(char *src, char *dst); + + /* LINE.C */ + int outcol(char *str,int n,int icol); +-int getline(char *bf, char *wbf, int *wcol, char *prompt); ++int get_line(char *bf, char *wbf, int *wcol, char *prompt); + void back_to_col(int ncol); + void print_to_index(int newi); + -- cgit v1.2.3