Hi,

the attached patch applied to udevil source should fix this.

Thanks,
--
Hoël Bézier
IUT de Nantes - Service Informatique
3, rue du maréchal Joffre - BP 34103
44041 NANTES CEDEX 1
tél: 02 40 30 60 88
--- a/src/udevil.c
+++ b/src/udevil.c
@@ -4795,7 +4795,7 @@ static int command_info( CommandData* data )
     return ret;
 }
 
-void command_monitor_finalize()
+void command_monitor_finalize(int signal)
 {
     //if (signal == SIGINT || signal == SIGTERM)
     //printf( "\nudevil: SIGINT || SIGTERM\n");
@@ -4913,7 +4913,7 @@ finish_:
     return 1;
 }
 
-void command_interrupt()
+void command_interrupt(int signal)
 {
     if ( udev )
     {

Reply via email to