[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.13 and 1.14

version 1.13, 2001/11/19 19:02:13 version 1.14, 2002/02/16 21:27:46
Line 149 
Line 149 
         char *name;          char *name;
 {  {
         OPTION tmp;          OPTION tmp;
         int typecompare __P((const void *, const void *));          int typecompare(const void *, const void *);
   
         tmp.name = name;          tmp.name = name;
         return ((OPTION *)bsearch(&tmp, options,          return ((OPTION *)bsearch(&tmp, options,

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14