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

Diff for /src/usr.bin/find/option.c between version 1.19 and 1.20

version 1.19, 2015/10/05 15:25:16 version 1.20, 2017/01/03 21:31:16
Line 59 
Line 59 
         { "-cmin",      N_CMIN,         c_cmin,         O_ARGV },          { "-cmin",      N_CMIN,         c_cmin,         O_ARGV },
         { "-cnewer",    N_CNEWER,       c_cnewer,       O_ARGV },          { "-cnewer",    N_CNEWER,       c_cnewer,       O_ARGV },
         { "-ctime",     N_CTIME,        c_ctime,        O_ARGV },          { "-ctime",     N_CTIME,        c_ctime,        O_ARGV },
           { "-delete",    N_DELETE,       c_delete,       O_ZERO },
         { "-depth",     N_DEPTH,        c_depth,        O_ZERO },          { "-depth",     N_DEPTH,        c_depth,        O_ZERO },
         { "-empty",     N_EMPTY,        c_empty,        O_ZERO },          { "-empty",     N_EMPTY,        c_empty,        O_ZERO },
         { "-exec",      N_EXEC,         c_exec,         O_ARGVP },          { "-exec",      N_EXEC,         c_exec,         O_ARGVP },

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20