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

Diff for /src/usr.bin/which/which.c between version 1.5 and 1.6

version 1.5, 1998/06/21 22:14:05 version 1.6, 2002/02/16 21:27:59
Line 48 
Line 48 
   
 extern char *__progname;  extern char *__progname;
   
 int findprog __P((char *, char *, int, int));  int findprog(char *, char *, int, int);
 void usage __P((void));  void usage(void);
   
 /*  /*
  * which(1) -- find an executable(s) in the user's path   * which(1) -- find an executable(s) in the user's path

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6