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

Diff for /src/usr.bin/cvs/util.c between version 1.41 and 1.42

version 1.41, 2005/07/24 17:33:09 version 1.42, 2005/07/25 12:05:43
Line 367 
Line 367 
  * Allocate an argument vector large enough to accommodate for all the   * Allocate an argument vector large enough to accommodate for all the
  * arguments found in <line> and return it.   * arguments found in <line> and return it.
  */   */
 char**  char **
 cvs_makeargv(const char *line, int *argc)  cvs_makeargv(const char *line, int *argc)
 {  {
         int i, ret;          int i, ret;
Line 741 
Line 741 
  * 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_rcs_getpath(CVSFILE *file, char *buf, size_t len)  cvs_rcs_getpath(CVSFILE *file, char *buf, size_t len)
 {  {
         int l;          int l;

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42