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

Diff for /src/usr.bin/cvs/init.c between version 1.31 and 1.32

version 1.31, 2007/02/17 18:23:43 version 1.32, 2007/02/22 06:42:09
Line 25 
Line 25 
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #include "includes.h"  #include <sys/stat.h>
   
   #include <errno.h>
   #include <fcntl.h>
   #include <string.h>
   #include <unistd.h>
   
 #include "cvs.h"  #include "cvs.h"
 #include "init.h"  #include "init.h"
 #include "log.h"  
 #include "remote.h"  #include "remote.h"
   
 void    cvs_init_local(void);  void    cvs_init_local(void);

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32