[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.3 and 1.4

version 1.3, 1996/08/31 22:40:22 version 1.4, 1996/09/01 04:30:17
Line 69 
Line 69 
         { "-inum",      N_INUM,         c_inum,         O_ARGV },          { "-inum",      N_INUM,         c_inum,         O_ARGV },
         { "-links",     N_LINKS,        c_links,        O_ARGV },          { "-links",     N_LINKS,        c_links,        O_ARGV },
         { "-ls",        N_LS,           c_ls,           O_ZERO },          { "-ls",        N_LS,           c_ls,           O_ZERO },
         { "-maxdepth",  N_MDEPTH,       c_mdepth,       O_ARGV },          { "-maxdepth",  N_MAXDEPTH,     c_maxdepth,     O_ARGV },
           { "-mindepth",  N_MINDEPTH,     c_mindepth,     O_ARGV },
           { "-mount",     N_XDEV,         c_xdev,         O_ZERO },
         { "-mtime",     N_MTIME,        c_mtime,        O_ARGV },          { "-mtime",     N_MTIME,        c_mtime,        O_ARGV },
         { "-name",      N_NAME,         c_name,         O_ARGV },          { "-name",      N_NAME,         c_name,         O_ARGV },
         { "-newer",     N_NEWER,        c_newer,        O_ARGV },          { "-newer",     N_NEWER,        c_newer,        O_ARGV },

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