From c50fa1b9d54c15707ec744b80db6610da7dd7832 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Sep 2022 09:11:58 +0100 Subject: gentoo auto-resync : 28:09:2022 - 09:11:58 --- net-misc/unix2tcp/files/unix2tcp-0.8.2-clang16.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 net-misc/unix2tcp/files/unix2tcp-0.8.2-clang16.patch (limited to 'net-misc/unix2tcp/files/unix2tcp-0.8.2-clang16.patch') diff --git a/net-misc/unix2tcp/files/unix2tcp-0.8.2-clang16.patch b/net-misc/unix2tcp/files/unix2tcp-0.8.2-clang16.patch new file mode 100644 index 000000000000..a67cc13acb26 --- /dev/null +++ b/net-misc/unix2tcp/files/unix2tcp-0.8.2-clang16.patch @@ -0,0 +1,19 @@ +https://bugs.gentoo.org/870457 +--- a/server.c ++++ b/server.c +@@ -61,2 +61,3 @@ + #include "list.h" ++#include "mylog.h" + #include "unix2tcp.h" +--- a/unix2tcp.c ++++ b/unix2tcp.c +@@ -62,2 +62,3 @@ + #include "list.h" ++#include "mylog.h" + #include "server.h" +--- a/utelnet.c ++++ b/utelnet.c +@@ -23,2 +23,3 @@ + #include ++#include + #ifdef HAVE_SYS_TYPES_H -- cgit v1.2.3