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

Diff for /src/usr.bin/cvs/file.c between version 1.28 and 1.29

version 1.28, 2004/08/13 12:44:25 version 1.29, 2004/08/13 13:28:53
Line 410 
Line 410 
 cvs_file_attach(CVSFILE *parent, CVSFILE *file)  cvs_file_attach(CVSFILE *parent, CVSFILE *file)
 {  {
         struct cvs_dir *dp;          struct cvs_dir *dp;
         struct cvs_ent *ent;  
   
         if (parent->cf_type != DT_DIR)          if (parent->cf_type != DT_DIR)
                 return (-1);                  return (-1);
Line 744 
Line 743 
 cvs_file_lget(const char *path, int flags, CVSFILE *parent)  cvs_file_lget(const char *path, int flags, CVSFILE *parent)
 {  {
         int cwd;          int cwd;
         size_t len;  
         char buf[32];  
         struct stat st;          struct stat st;
         struct tm lmtm;  
         CVSFILE *cfp;          CVSFILE *cfp;
         struct cvs_ent *ent;          struct cvs_ent *ent;
   

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29