Diff for /rpl/src/interruptions.c between versions 1.121 and 1.122

version 1.121, 2013/03/21 11:30:30 version 1.122, 2013/03/21 12:07:38
Line 2409  signal_hup(struct_processus *s_etat_proc Line 2409  signal_hup(struct_processus *s_etat_proc
         return;          return;
     }      }
   
     snprintf(nom, 8 + 64 + 1, "rpl-out-%lu-%lu", (unsigned long) getpid(),      snprintf(nom, 8 + 64 + 1, "rpl-out-%llu-%llu",
             (unsigned long) pthread_self());              (unsigned long long) getpid(),
               (unsigned long long) pthread_self());
   
     if ((fichier = fopen(nom, "w+")) != NULL)      if ((fichier = fopen(nom, "w+")) != NULL)
     {      {

Removed from v.1.121  
changed lines
  Added in v.1.122


CVSweb interface <joel.bertrand@systella.fr>