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

Diff for /src/usr.bin/rcs/ci.c between version 1.59 and 1.60

version 1.59, 2005/11/16 19:23:46 version 1.60, 2005/11/17 00:03:04
Line 238 
Line 238 
                 pb.file = rcs_open(pb.fpath, pb.openflags, pb.fmode);                  pb.file = rcs_open(pb.fpath, pb.openflags, pb.fmode);
   
                 if (pb.file == NULL) {                  if (pb.file == NULL) {
                         cvs_log(LP_ERR, "failed to open rcsfile '%s'", pb.fpath);                          cvs_log(LP_ERR, "failed to open rcsfile '%s'",
                               pb.fpath);
                         exit(1);                          exit(1);
                 }                  }
   
Line 545 
Line 546 
  * checkin_init()   * checkin_init()
  *   *
  * Does an initial check in, just enough to create the new ,v file   * Does an initial check in, just enough to create the new ,v file
  * XXX not full implemented yet.   * XXX not fully implemented yet.
  */   */
 static void  static void
 checkin_init(struct checkin_params *pb)  checkin_init(struct checkin_params *pb)

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60