gentoo-ebuilds/net-libs/libident/files/libident-0.32-fix_c23.patch
Nicolas PARLANT 44c74bae2e
net-libs/libident: update EAPI 7->8,fix c23
rm "A" from the description

not reported, upstream is dead

Closes: https://bugs.gentoo.org/943962
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/43897
Closes: https://github.com/gentoo/gentoo/pull/43897
Signed-off-by: Sam James <sam@gentoo.org>
2025-09-22 19:55:40 +01:00

12 lines
279 B
Diff

https://bugs.gentoo.org/943962
--- a/id_query.c
+++ b/id_query.c
@@ -33,7 +33,7 @@
int id_query (ident_t *id, int lport, int fport, struct timeval *timeout)
{
- RETSIGTYPE (*old_sig)();
+ RETSIGTYPE (*old_sig)(int sig);
int res;
char buf[80];
fd_set ws;