Diff for /rpl/src/interruptions.c between versions 1.83 and 1.84

version 1.83, 2011/10/05 13:14:19 version 1.84, 2011/10/10 10:58:12
Line 2362  nom_segment(unsigned char *chemin, pid_t Line 2362  nom_segment(unsigned char *chemin, pid_t
   
 #   ifdef IPCS_SYSV // !POSIX  #   ifdef IPCS_SYSV // !POSIX
 #       ifndef OS2 // !OS2  #       ifndef OS2 // !OS2
   
             if ((fichier = malloc((strlen(chemin) + 1 + 256 + 1) *              if ((fichier = malloc((strlen(chemin) + 1 + 256 + 1) *
                     sizeof(unsigned char))) == NULL)                      sizeof(unsigned char))) == NULL)
             {              {

Removed from v.1.83  
changed lines
  Added in v.1.84


CVSweb interface <joel.bertrand@systella.fr>