[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.18 and 1.19

version 1.18, 2004/02/24 07:20:38 version 1.19, 2004/09/15 18:43:45
Line 52 
Line 52 
 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 ftsopen(3) call */
 int isdeprecated;               /* using deprecated syntax */  
 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.18  
changed lines
  Added in v.1.19