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

Diff for /src/usr.bin/cvs/import.c between version 1.71 and 1.72

version 1.71, 2007/02/21 04:18:45 version 1.72, 2007/02/22 06:42:09
Line 15 
Line 15 
  * 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 <sys/stat.h>
   
   #include <errno.h>
   #include <fcntl.h>
   #include <string.h>
   #include <unistd.h>
   
 #include "cvs.h"  #include "cvs.h"
 #include "diff.h"  #include "diff.h"
 #include "log.h"  
 #include "remote.h"  #include "remote.h"
   
 void    cvs_import_local(struct cvs_file *);  void    cvs_import_local(struct cvs_file *);

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