Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/cec/files/
Date: Thu, 15 Apr 2021 18:05:08
Message-Id: 1618509856.ac723c1559c5b47224b0f40e49ec46a7ce3127f9.ulm@gentoo
1 commit: ac723c1559c5b47224b0f40e49ec46a7ce3127f9
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 15 18:04:16 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 18:04:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac723c15
7
8 sys-block/cec: [QA] Fix patch file
9
10 https://qa-reports.gentoo.org/output/find-binary-files.txt reported
11 this as a binary file. Remove one line of context (containing the bad
12 character) from the affected hunk.
13
14 Package-Manager: Portage-3.0.18, Repoman-3.0.3
15 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
16
17 sys-block/cec/files/cec-14-fno-common.patch | 4 +---
18 1 file changed, 1 insertion(+), 3 deletions(-)
19
20 diff --git a/sys-block/cec/files/cec-14-fno-common.patch b/sys-block/cec/files/cec-14-fno-common.patch
21 index e7e3ce02267..194b8a5866c 100644
22 --- a/sys-block/cec/files/cec-14-fno-common.patch
23 +++ b/sys-block/cec/files/cec-14-fno-common.patch
24 @@ -10,15 +10,13 @@
25 struct Pkt {
26 uchar dst[6];
27 uchar src[6];
28 -@@ -76,7 +79,7 @@ extern int errno;
29 - Shelf tab[Ntab];
30 +@@ -77,5 +80,5 @@ extern int errno;
31 int ntab;
32 uchar contag;
33 -extern int fd; /* set in netopen */
34 +int fd; /* set in netopen */
35 int shelf;
36 Shelf *connp;
37 - char esc = '';
38 --- a/cec.h
39 +++ b/cec.h
40 @@ -6,8 +6,8 @@ typedef unsigned char uchar;