--- rpl/src/fusible.c 2010/07/14 14:19:34 1.11 +++ rpl/src/fusible.c 2010/08/06 15:26:45 1.12 @@ -20,7 +20,7 @@ */ -#include "rpl.conv.h" +#include "rpl-conv.h" /* @@ -85,7 +85,9 @@ fusible(void *argument) temporisation.tv_sec = 0; temporisation.tv_nsec = 100000000; // un dixième de seconde +# ifndef OS2 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); +# endif getrusage(RUSAGE_SELF, &s_rusage); temps_cpu_courant = s_rusage.ru_utime.tv_sec +