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

Diff for /src/usr.bin/cvs/rcs.c between version 1.3 and 1.4

version 1.3, 2004/07/14 05:13:06 version 1.4, 2004/07/14 14:09:17
Line 503 
Line 503 
  * rcs_getrev()   * rcs_getrev()
  *   *
  * Get the whole contents of revision <rev> from the RCSFILE <rfp>.  The   * Get the whole contents of revision <rev> from the RCSFILE <rfp>.  The
  * returned buffer is dynamically allocated and should be released using free()   * returned buffer is dynamically allocated and should be released using
  * once the caller is done using it.   * cvs_buf_free() once the caller is done using it.
  */   */
   
 BUF*  BUF*

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4