[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.12 and 1.13

version 1.12, 2006/12/26 20:59:01 version 1.13, 2007/05/10 09:00:18
Line 156 
Line 156 
         PLAN *p;          PLAN *p;
   
         if (!(tree = fts_open(paths, ftsoptions, NULL)))          if (!(tree = fts_open(paths, ftsoptions, NULL)))
                 err(1, "ftsopen");                  err(1, "fts_open");
   
         sigfillset(&fullset);          sigfillset(&fullset);
         for (;;) {          for (;;) {

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13