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

Diff for /src/usr.bin/ranlib/Attic/misc.c between version 1.5 and 1.6

version 1.5, 1999/09/21 13:15:43 version 1.6, 2001/11/19 19:02:15
Line 101 
Line 101 
 rname(path)  rname(path)
         const char *path;          const char *path;
 {  {
         register const char *ind;          const char *ind;
   
         return((ind = strrchr(path, '/')) ? ind + 1 : path);          return((ind = strrchr(path, '/')) ? ind + 1 : path);
 }  }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6