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

Diff for /src/usr.bin/cvs/Attic/repo.c between version 1.6 and 1.7

version 1.6, 2005/07/25 12:05:43 version 1.7, 2005/07/25 12:13:08
Line 43 
Line 43 
   
   
   
 static CVSRPENT*  cvs_repo_loadrec (CVSREPO *, const char *);  static CVSRPENT *cvs_repo_loadrec(CVSREPO *, const char *);
   
   
 /*  /*
Line 53 
Line 53 
  * is specified in <base>.   * is specified in <base>.
  */   */
   
 CVSREPO*  CVSREPO *
 cvs_repo_load(const char *base, int flags)  cvs_repo_load(const char *base, int flags)
 {  {
         struct stat st;          struct stat st;

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