Diff for /rpl/src/instructions_r6.c between versions 1.74 and 1.75

version 1.74, 2019/02/03 14:40:53 version 1.75, 2019/02/09 13:36:40
Line 347  instruction_recv(struct_processus *s_eta Line 347  instruction_recv(struct_processus *s_eta
         }          }
   
         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.74  
changed lines
  Added in v.1.75


CVSweb interface <joel.bertrand@systella.fr>