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

Diff for /src/usr.bin/nm/nm.c between version 1.53 and 1.54

version 1.53, 2017/10/27 16:47:08 version 1.54, 2019/03/03 16:07:39
Line 381 
Line 381 
         if ((p = malloc(sizeof(ar_head.ar_name))) == NULL) {          if ((p = malloc(sizeof(ar_head.ar_name))) == NULL) {
                 warn("%s: malloc", name);                  warn("%s: malloc", name);
                 MUNMAP(symtab, len);                  MUNMAP(symtab, len);
                   return (1);
         }          }
   
         printf("\nArchive index:\n");          printf("\nArchive index:\n");

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54