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

Diff for /src/usr.bin/find/main.c between version 1.22 and 1.23

version 1.22, 2005/08/30 21:43:49 version 1.23, 2007/05/10 09:00:18
Line 51 
Line 51 
   
 time_t now;                     /* time find was run */  time_t now;                     /* time find was run */
 int dotfd;                      /* starting directory */  int dotfd;                      /* starting directory */
 int ftsoptions;                 /* options for the ftsopen(3) call */  int ftsoptions;                 /* options for the fts_open(3) call */
 int isdepth;                    /* do directories on post-order visit */  int isdepth;                    /* do directories on post-order visit */
 int isoutput;                   /* user specified output operator */  int isoutput;                   /* user specified output operator */
 int isxargs;                    /* don't permit xargs delimiting chars */  int isxargs;                    /* don't permit xargs delimiting chars */

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23