[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.70 and 1.71

version 1.70, 2007/02/09 03:49:15 version 1.71, 2007/02/22 06:42:09
Line 16 
Line 16 
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */   */
   
 #include "includes.h"  #include <unistd.h>
   #include <string.h>
   
 #include "cvs.h"  #include "cvs.h"
 #include "diff.h"  
 #include "log.h"  
 #include "remote.h"  #include "remote.h"
   
 #define LOG_REVSEP \  #define LOG_REVSEP \

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71