[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.62 and 1.63

version 1.62, 2005/04/18 21:02:50 version 1.63, 2005/04/18 21:10:39
Line 876 
Line 876 
         type = DT_UNKNOWN;          type = DT_UNKNOWN;
         cwd = (strcmp(path, ".") == 0) ? 1 : 0;          cwd = (strcmp(path, ".") == 0) ? 1 : 0;
   
         printf("lget(%s)\n", path);  
   
         ret = stat(path, &st);          ret = stat(path, &st);
         if (ret == 0)          if (ret == 0)
                 type = IFTODT(st.st_mode);                  type = IFTODT(st.st_mode);

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63