diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-10-07 18:17:44 +0200 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-10-13 04:58:41 -0400 |
commit | 03d9b1939d583576ddcbfad3f3d3ec1dde46b6c0 (patch) | |
tree | fc8b05c0d838356dd52b5176b69d659a75af44de /dev-util/plan9port | |
parent | dev-util/bitcoin-tx: remove unused patches (diff) | |
download | gentoo-03d9b1939d583576ddcbfad3f3d3ec1dde46b6c0.tar.gz gentoo-03d9b1939d583576ddcbfad3f3d3ec1dde46b6c0.tar.bz2 gentoo-03d9b1939d583576ddcbfad3f3d3ec1dde46b6c0.zip |
dev-util/plan9port: remove unused patch
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'dev-util/plan9port')
-rw-r--r-- | dev-util/plan9port/files/plan9port-9660srv-errno.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-util/plan9port/files/plan9port-9660srv-errno.patch b/dev-util/plan9port/files/plan9port-9660srv-errno.patch deleted file mode 100644 index a596321669a9..000000000000 --- a/dev-util/plan9port/files/plan9port-9660srv-errno.patch +++ /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[]; |