[BACK]Return to pftop.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / systat

Diff for /src/usr.bin/systat/pftop.c between version 1.31 and 1.32

version 1.31, 2015/02/09 02:00:38 version 1.32, 2015/08/20 22:32:42
Line 1014 
Line 1014 
   
         a = anchor_free;          a = anchor_free;
         if (a == NULL) {          if (a == NULL) {
                 a = (struct anchor_name *)malloc(sizeof(struct anchor_name));                  a = malloc(sizeof(struct anchor_name));
                 if (a == NULL)                  if (a == NULL)
                         return (NULL);                          return (NULL);
         } else          } else

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32