Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/plan9port/files/
Date: Thu, 13 Oct 2016 09:00:43
Message-Id: 1476349121.03d9b1939d583576ddcbfad3f3d3ec1dde46b6c0.blueness@gentoo
1 commit: 03d9b1939d583576ddcbfad3f3d3ec1dde46b6c0
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Oct 7 16:17:44 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 13 08:58:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03d9b193
7
8 dev-util/plan9port: remove unused patch
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11
12 .../plan9port/files/plan9port-9660srv-errno.patch | 19 -------------------
13 1 file changed, 19 deletions(-)
14
15 diff --git a/dev-util/plan9port/files/plan9port-9660srv-errno.patch b/dev-util/plan9port/files/plan9port-9660srv-errno.patch
16 deleted file mode 100644
17 index a596321..00000000
18 --- a/dev-util/plan9port/files/plan9port-9660srv-errno.patch
19 +++ /dev/null
20 @@ -1,19 +0,0 @@
21 -Defining int errno; resuls in the following error on amd64:
22 -
23 - ld: errno: TLS definition in /lib64/libc.so.6 section .tbss mismatches
24 - non-TLS reference in main.o
25 -
26 -Patch by Alex Efros:
27 -
28 - http://code.swtch.com/plan9port/issue/39/
29 ---- plan9/src/cmd/9660srv/main.c
30 -+++ plan9.new/src/cmd/9660srv/main.c
31 -@@ -38,7 +38,7 @@
32 - uchar mdata[Maxiosize];
33 - char fdata[Maxfdata];
34 - uchar statbuf[STATMAX];
35 --int errno;
36 -+#include <errno.h>
37 -
38 -
39 - extern Xfsub *xsublist[];