summaryrefslogtreecommitdiff
path: root/app-editors/ersatz-emacs/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-09-06 10:28:05 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-09-06 10:28:05 +0100
commitf1af93971b7490792d8541bc790e0d8c6d787059 (patch)
treea38046712bbc3a3844d77452d16c84e716caa3d4 /app-editors/ersatz-emacs/files
parentfc637fb28da700da71ec2064d65ca5a7a31b9c6c (diff)
gentoo resync : 06.08.2019
Diffstat (limited to 'app-editors/ersatz-emacs/files')
-rw-r--r--app-editors/ersatz-emacs/files/ersatz-emacs-20060515-gentoo.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/app-editors/ersatz-emacs/files/ersatz-emacs-20060515-gentoo.patch b/app-editors/ersatz-emacs/files/ersatz-emacs-20060515-gentoo.patch
index 67c40e789241..3a31f2f116ca 100644
--- a/app-editors/ersatz-emacs/files/ersatz-emacs-20060515-gentoo.patch
+++ b/app-editors/ersatz-emacs/files/ersatz-emacs-20060515-gentoo.patch
@@ -1,5 +1,5 @@
---- display.c
-+++ display.c
+--- a/display.c
++++ b/display.c
@@ -5,6 +5,7 @@
* hints that are left in the windows by the commands
*/
@@ -16,8 +16,8 @@
int i;
(*term.t_open) ();
---- line.c
-+++ line.c
+--- a/line.c
++++ b/line.c
@@ -47,7 +47,6 @@
{
LINE *lp;
@@ -35,8 +35,8 @@
char *nbufp;
if (kused == ksize)
---- tcap.c
-+++ tcap.c
+--- a/tcap.c
++++ b/tcap.c
@@ -2,6 +2,7 @@
#define termdef 1 /* don't define "term" external */
@@ -45,8 +45,8 @@
#include <stdio.h> /* puts(3), snprintf(3) */
#include "estruct.h"
#include "edef.h"
---- termio.c
-+++ termio.c
+--- a/termio.c
++++ b/termio.c
@@ -5,6 +5,7 @@
*/