diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-13 19:01:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-13 19:01:27 +0000 |
commit | 554d4fd2daeceb762238bc49ad43b337b017e4d0 (patch) | |
tree | 4416eeb4d00e522533bea4ac4d43e5f71c4a30f5 /editors/gate/files/patch-gate.h | |
parent | Prevent collision with dprintf(3) (diff) |
Prevent collision with getline(3)
Notes
Notes:
svn path=/head/; revision=415135
Diffstat (limited to 'editors/gate/files/patch-gate.h')
-rw-r--r-- | editors/gate/files/patch-gate.h | 11 |
1 files changed, 11 insertions, 0 deletions
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); + |