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

Diff for /src/usr.bin/cvs/getlog.c between version 1.50 and 1.51

version 1.50, 2005/12/30 16:42:13 version 1.51, 2006/01/02 08:11:56
Line 24 
Line 24 
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #include <errno.h>  #include "includes.h"
 #include <paths.h>  
 #include <stdio.h>  
 #include <stdlib.h>  
 #include <string.h>  
 #include <unistd.h>  
   
 #include "cvs.h"  #include "cvs.h"
 #include "log.h"  #include "log.h"

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51