Diff for /rpl/src/instructions_w1.c between versions 1.79 and 1.81

version 1.79, 2013/03/21 11:30:30 version 1.81, 2013/03/25 14:42:31
Line 245  instruction_wait(struct_processus *s_eta Line 245  instruction_wait(struct_processus *s_eta
             return;              return;
         }          }
   
         temporisation.tv_sec = (__time_t) floor((double) attente);          temporisation.tv_sec = (time_t) floor((double) attente);
         temporisation.tv_nsec = (long) ((attente -          temporisation.tv_nsec = (long) ((attente -
                 ((real8) temporisation.tv_sec)) * (integer8) 1000000000);                  ((real8) temporisation.tv_sec)) * (integer8) 1000000000);
   
Line 1886  instruction_write(struct_processus *s_et Line 1886  instruction_write(struct_processus *s_et
   
                     memset(&adresse_ipv4, 0, sizeof(adresse_ipv4));                      memset(&adresse_ipv4, 0, sizeof(adresse_ipv4));
                     adresse_ipv4.sin_family = AF_INET;                      adresse_ipv4.sin_family = AF_INET;
                     adresse_ipv4.sin_port = htons(port);                      adresse_ipv4.sin_port = htons((uint16_t) port);
                     adresse_ipv4.sin_addr.s_addr = htonl(calcul_adresse);                      adresse_ipv4.sin_addr.s_addr = htonl(calcul_adresse);
   
 #                   ifndef SEMAPHORES_NOMMES  #                   ifndef SEMAPHORES_NOMMES

Removed from v.1.79  
changed lines
  Added in v.1.81


CVSweb interface <joel.bertrand@systella.fr>