summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/0001-Fix-implicit-function-declaration-warnings.patch
Commit message (Collapse)AuthorAgeFilesLines
* tcp-wrappers: mark all patches as inactive-upstreamAlexander Kanavin2024-06-241-1/+1
| | | | | | | | (From OE-Core rev: 0bc555fce11e1d25928310961c53aefd407fbd23) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tcp-wrappers: drop libnsl2 build dependencyEnrico Scholz2024-01-031-2/+7
| | | | | | | | | | | | | | | | The only libnsl2 function which is used by tcp-wrappers is 'yp_get_default_domain()'. When USE_GETDOMAIN is set, this is implemented as a simple wrapper around getdomainname() so that libnsl2 is not used at all. We added a patch which does '#include <rpcsvc/ypclnt.h>' to avoid implicit forward declaration. By conditionalizing this, the libnsl2 dependency can be dropped completely. (From OE-Core rev: b013f6ce40d315c894064cf9fa77d9c7a9dad2b0) Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tcp-wrappers: Fix implicit-function-declaration warningsKhem Raj2022-08-101-0/+109
This is seen with clang-15+ (From OE-Core rev: 4b882afd6c1a67b48cf4e7ace95d46ca2ff12aa0) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>