[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.181 and 1.182

version 1.181, 2006/07/08 09:25:44 version 1.182, 2006/07/27 02:57:17
Line 416 
Line 416 
 static int  static int
 checkin_update(struct checkin_params *pb)  checkin_update(struct checkin_params *pb)
 {  {
         char *filec, numb1[64], numb2[64];          char numb1[64], numb2[64];
         struct stat st;          struct stat st;
         BUF *bp;          BUF *bp;
   
         filec = NULL;  
   
         /*          /*
          * XXX this is wrong, we need to get the revision the user           * XXX this is wrong, we need to get the revision the user

Legend:
Removed from v.1.181  
changed lines
  Added in v.1.182