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

version 1.83, 2011/10/05 13:14:19 version 1.86, 2011/11/18 20:24:40
Line 1828  interruption_violation_access(void *adre Line 1828  interruption_violation_access(void *adre
     unsigned char       message[] = "+++System : Trying to catch access "      unsigned char       message[] = "+++System : Trying to catch access "
                                 "violation\n";                                  "violation\n";
   
     static int              compteur_erreur = 0;      static int          compteur_erreur = 0;
   
     if ((gravite == 0) && (routine_recursive != 0))      if ((gravite == 0) && (routine_recursive != 0))
     {      {
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.86


CVSweb interface <joel.bertrand@systella.fr>