dev-util/plan9port: remove unused patch
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Fri, 7 Oct 2016 16:17:44 +0000 (18:17 +0200)
committerAnthony G. Basile <blueness@gentoo.org>
Thu, 13 Oct 2016 08:58:41 +0000 (04:58 -0400)
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
dev-util/plan9port/files/plan9port-9660srv-errno.patch [deleted file]

diff --git a/dev-util/plan9port/files/plan9port-9660srv-errno.patch b/dev-util/plan9port/files/plan9port-9660srv-errno.patch
deleted file mode 100644 (file)
index a596321..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-Defining int errno; resuls in the following error on amd64:
-
-  ld: errno: TLS definition in /lib64/libc.so.6 section .tbss mismatches
-  non-TLS reference in main.o
-
-Patch by Alex Efros:
-
-  http://code.swtch.com/plan9port/issue/39/
---- plan9/src/cmd/9660srv/main.c
-+++ plan9.new/src/cmd/9660srv/main.c
-@@ -38,7 +38,7 @@
- uchar mdata[Maxiosize];
- char fdata[Maxfdata];
- uchar statbuf[STATMAX];
--int errno;
-+#include <errno.h>
- extern Xfsub  *xsublist[];