[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.47 and 1.48

version 1.47, 2015/08/13 19:13:28 version 1.48, 2015/10/05 07:16:03
Line 211 
Line 211 
                     posix_radix, posix_radix);                      posix_radix, posix_radix);
         if (demangle)          if (demangle)
                 pipe2cppfilt();                  pipe2cppfilt();
   
           if (tame("stdio rpath", NULL) == -1)
                   err(1, "tame");
   
         argv += optind;          argv += optind;
         argc -= optind;          argc -= optind;
   

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48