mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 16:08:17 +00:00
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>
12 lines
279 B
Diff
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;
|