From ac723c1559c5b47224b0f40e49ec46a7ce3127f9 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Thu, 15 Apr 2021 20:04:16 +0200 Subject: sys-block/cec: [QA] Fix patch file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://qa-reports.gentoo.org/output/find-binary-files.txt reported this as a binary file. Remove one line of context (containing the bad character) from the affected hunk. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller --- sys-block/cec/files/cec-14-fno-common.patch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys-block') diff --git a/sys-block/cec/files/cec-14-fno-common.patch b/sys-block/cec/files/cec-14-fno-common.patch index e7e3ce022675..194b8a5866cc 100644 --- a/sys-block/cec/files/cec-14-fno-common.patch +++ b/sys-block/cec/files/cec-14-fno-common.patch @@ -10,15 +10,13 @@ struct Pkt { uchar dst[6]; uchar src[6]; -@@ -76,7 +79,7 @@ extern int errno; - Shelf tab[Ntab]; +@@ -77,5 +80,5 @@ extern int errno; int ntab; uchar contag; -extern int fd; /* set in netopen */ +int fd; /* set in netopen */ int shelf; Shelf *connp; - char esc = ''; --- a/cec.h +++ b/cec.h @@ -6,8 +6,8 @@ typedef unsigned char uchar; -- cgit v1.2.3-65-gdbad