Diff for /rpl/src/instructions_w1.c between versions 1.114 and 1.115

version 1.114, 2019/02/03 14:41:22 version 1.115, 2019/02/09 13:36:41
Line 1734  instruction_write(struct_processus *s_et Line 1734  instruction_write(struct_processus *s_et
         { // Sockets connectées          { // Sockets connectées
   
             action.sa_handler = SIG_IGN;              action.sa_handler = SIG_IGN;
             action.sa_flags = SA_ONSTACK;              action.sa_flags = 0;
   
             if (sigaction(SIGPIPE, &action, &registre) != 0)              if (sigaction(SIGPIPE, &action, &registre) != 0)
             {              {

Removed from v.1.114  
changed lines
  Added in v.1.115


CVSweb interface <joel.bertrand@systella.fr>