From cd4ad7988e34326f1cc9552c71e522c8d31b1cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=81LI=20G=C3=A1bor=20J=C3=A1nos?= Date: Sun, 24 Sep 2023 10:02:17 +0200 Subject: radvd: import --- aports/radvd/fix-alpine-plz.patch | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 aports/radvd/fix-alpine-plz.patch (limited to 'aports/radvd/fix-alpine-plz.patch') diff --git a/aports/radvd/fix-alpine-plz.patch b/aports/radvd/fix-alpine-plz.patch new file mode 100644 index 0000000..cf7806e --- /dev/null +++ b/aports/radvd/fix-alpine-plz.patch @@ -0,0 +1,32 @@ +From 06689f8c06f44c7e87f7ff1d814428f88375b53f Mon Sep 17 00:00:00 2001 +From: Jonathan Davies +Date: Thu, 25 Nov 2021 15:29:18 +0000 +Subject: [PATCH] Reverts the include.h change in + 46883f8a1a02fe42040dd8e48aec0ed871545d4d + +Closes: #158 + +Signed-off-by: Jonathan Davies +--- + includes.h | 5 ----- + 1 file changed, 5 deletions(-) + +Patch-Origin: https://github.com/radvd-project/radvd/commit/06689f8c06f44c7e87f7ff1d814428f88375b53f + +diff --git a/includes.h b/includes.h +index ef30b10..c528c86 100644 +--- a/includes.h ++++ b/includes.h +@@ -76,12 +76,7 @@ + #include + #endif + +-#if !defined(__GLIBC__) && defined(linux) +-#include +-#define IF_NAMESIZE IFNAMSIZ +-#else + #include +-#endif + + #ifdef HAVE_NET_IF_DL_H + #include -- cgit v1.2.3