[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.194 and 1.195

version 1.194, 2007/07/03 13:22:42 version 1.195, 2007/09/07 23:30:30
Line 88 
Line 88 
         for (i = 0; i < (int)(sizeof(cvs_ign_std)/sizeof(char *)); i++)          for (i = 0; i < (int)(sizeof(cvs_ign_std)/sizeof(char *)); i++)
                 cvs_file_ignore(cvs_ign_std[i], &cvs_ign_pats);                  cvs_file_ignore(cvs_ign_std[i], &cvs_ign_pats);
   
           if (cvs_homedir == NULL)
                   return;
   
         /* read the cvsignore file in the user's home directory, if any */          /* read the cvsignore file in the user's home directory, if any */
         (void)xsnprintf(path, MAXPATHLEN, "%s/.cvsignore", cvs_homedir);          (void)xsnprintf(path, MAXPATHLEN, "%s/.cvsignore", cvs_homedir);
   

Legend:
Removed from v.1.194  
changed lines
  Added in v.1.195