nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/src/udevil.c b/src/udevil.c
2index bab80e9..f9e5388 100644
3--- a/src/udevil.c
4+++ b/src/udevil.c
5@@ -4795,7 +4795,7 @@ static int command_info( CommandData* data )
6 return ret;
7 }
8
9-void command_monitor_finalize()
10+void command_monitor_finalize(int _a)
11 {
12 //if (signal == SIGINT || signal == SIGTERM)
13 //printf( "\nudevil: SIGINT || SIGTERM\n");
14@@ -4913,7 +4913,7 @@ finish_:
15 return 1;
16 }
17
18-void command_interrupt()
19+void command_interrupt(int _a)
20 {
21 if ( udev )
22 {