--- rpl/src/instructions_w1.c 2013/03/21 11:30:30 1.79 +++ rpl/src/instructions_w1.c 2013/03/21 14:39:10 1.80 @@ -245,7 +245,7 @@ instruction_wait(struct_processus *s_eta return; } - temporisation.tv_sec = (__time_t) floor((double) attente); + temporisation.tv_sec = (time_t) floor((double) attente); temporisation.tv_nsec = (long) ((attente - ((real8) temporisation.tv_sec)) * (integer8) 1000000000);