[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.10 and 1.11

version 1.10, 2000/06/07 15:25:00 version 1.11, 2000/06/07 15:25:30
Line 72 
Line 72 
         { "-follow",    N_FOLLOW,       c_follow,       O_ZERO },          { "-follow",    N_FOLLOW,       c_follow,       O_ZERO },
         { "-fstype",    N_FSTYPE,       c_fstype,       O_ARGV },          { "-fstype",    N_FSTYPE,       c_fstype,       O_ARGV },
         { "-group",     N_GROUP,        c_group,        O_ARGV },          { "-group",     N_GROUP,        c_group,        O_ARGV },
           { "-iname",     N_INAME,        c_iname,        O_ARGV },
         { "-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 },

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11