--- rpl/src/instructions_a5.c 2013/03/21 12:07:38 1.44 +++ rpl/src/instructions_a5.c 2013/03/21 14:39:09 1.45 @@ -249,7 +249,7 @@ instruction_alarm(struct_processus *s_et } attente.tv_nsec = (long) ((duree - (double) (attente.tv_sec = - (__time_t) floor(duree))) * 1000000000); + (time_t) floor(duree))) * 1000000000); if ((*s_etat_processus).profilage == d_vrai) {