Commit Graph

3 Commits

Author SHA1 Message Date
Matthew Cather 8419c5c532 tcp_wrappers: update patches for gcc14
The portable way is to use `socklen_t`. This fixes both glibc and
musl based builds.

Signed-off-by: Matthew Cather <mattbob4@gmail.com>
2025-05-18 10:55:38 +02:00
Rosen Penev 8a900975d5
tcp_wrappers: fix compilation under glibc
libnsl seems to not be a library that comes with glibc.

Remove excess whitespace.

Refresh patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-30 17:27:32 -08:00
Tom Sullivan 4bc2371a3f tcp_wrappers: fix compilation warnings
Set `Wall` and address sources of reported warnings.

Signed-off-by: Tom Sullivan <tom@msbit.com.au>
2019-04-27 19:59:59 +02:00