diff options
Diffstat (limited to 'app-editors/teco/files/teco-no-common.patch')
-rw-r--r-- | app-editors/teco/files/teco-no-common.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-editors/teco/files/teco-no-common.patch b/app-editors/teco/files/teco-no-common.patch new file mode 100644 index 000000000000..18880579e370 --- /dev/null +++ b/app-editors/teco/files/teco-no-common.patch @@ -0,0 +1,13 @@ +https://bugs.gentoo.org/707300 + +--- teco-orig/te_subs.c ++++ teco/te_subs.c +@@ -249,8 +249,6 @@ + /* leaves bb pointing to end of that text */ + /* insert2() copies rest of buffer */ + +-struct buffcell *insert_p; +- + insert1() + { + int nchars; /* number of chars in cell */ |