diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-04-15 20:04:16 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-04-15 20:04:16 +0200 |
commit | ac723c1559c5b47224b0f40e49ec46a7ce3127f9 (patch) | |
tree | cbc659f9aec2957cad6bd6c8bbf79acf2f26e5f7 /sys-block/cec | |
parent | www-client/chromium: stable channel bump to 90.0.4430.72 (diff) | |
download | gentoo-ac723c1559c5b47224b0f40e49ec46a7ce3127f9.tar.gz gentoo-ac723c1559c5b47224b0f40e49ec46a7ce3127f9.tar.bz2 gentoo-ac723c1559c5b47224b0f40e49ec46a7ce3127f9.zip |
sys-block/cec: [QA] Fix patch file
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 <ulm@gentoo.org>
Diffstat (limited to 'sys-block/cec')
-rw-r--r-- | sys-block/cec/files/cec-14-fno-common.patch | 4 |
1 files changed, 1 insertions, 3 deletions
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; |