blob: 6031b2bea439b6ad6e8902e6568f08fd150d93d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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;
|