[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.5 and 1.6

version 1.5, 2005/07/07 14:27:57 version 1.6, 2005/07/25 12:05:43
Line 425 
Line 425 
  * at least MAXPATHLEN bytes long.   * at least MAXPATHLEN bytes long.
  * Returns a pointer to the start of the path on success, or NULL on failure.   * Returns a pointer to the start of the path on success, or NULL on failure.
  */   */
 char*  char *
 cvs_repo_getpath(CVSRPENT *file, char *buf, size_t len)  cvs_repo_getpath(CVSRPENT *file, char *buf, size_t len)
 {  {
         u_int i;          u_int i;

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