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

Diff for /src/usr.bin/find/function.c between version 1.22 and 1.23

version 1.22, 2002/02/16 21:27:46 version 1.23, 2002/02/17 19:42:30
Line 77 
Line 77 
         }                                                               \          }                                                               \
 }  }
   
 static PLAN *palloc __P((enum ntype, int (*)(PLAN *, FTSENT *)));  static PLAN *palloc(enum ntype, int (*)(PLAN *, FTSENT *));
   
 extern int dotfd;  extern int dotfd;
 extern time_t now;  extern time_t now;

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23