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

Diff for /src/usr.bin/lndir/lndir.c between version 1.6 and 1.7

version 1.6, 2001/07/04 04:56:15 version 1.7, 2002/02/16 21:27:47
Line 67 
Line 67 
 char *rcurdir;  char *rcurdir;
 char *curdir;  char *curdir;
   
 int equivalent __P((char *, char *));  int equivalent(char *, char *);
 void addexcept __P((char *));  void addexcept(char *);
 int dodir __P((char *, struct stat *, struct stat *, int));  int dodir(char *, struct stat *, struct stat *, int);
 void usage __P((void));  void usage(void);
   
 struct except {  struct except {
         char *name;          char *name;

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