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

Diff for /src/usr.bin/cvs/root.c between version 1.35 and 1.36

version 1.35, 2007/02/07 17:54:42 version 1.36, 2007/02/22 06:42:09
Line 24 
Line 24 
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #include "includes.h"  #include <errno.h>
   #include <stdlib.h>
   #include <string.h>
   
 #include "cvs.h"  #include "cvs.h"
 #include "log.h"  
   
 extern char *cvs_rootstr;  extern char *cvs_rootstr;
   

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36