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

Diff for /src/usr.bin/find/find.c between version 1.3 and 1.4

version 1.3, 1996/10/24 03:46:04 version 1.4, 1997/06/17 20:58:08
Line 159 
Line 159 
 {  {
         PLAN *p;          PLAN *p;
   
         if (!(tree = fts_open(paths, ftsoptions, (int (*)())NULL)))          if (!(tree = fts_open(paths, ftsoptions, NULL)))
                 err(1, "ftsopen");                  err(1, "ftsopen");
   
         while (entry = fts_read(tree)) {          while (entry = fts_read(tree)) {

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4