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

Diff for /src/usr.bin/cvs/Attic/proto.c between version 1.45 and 1.46

version 1.45, 2005/03/30 17:43:04 version 1.46, 2005/04/03 17:32:50
Line 50 
Line 50 
 #include <stdlib.h>  #include <stdlib.h>
 #include <unistd.h>  #include <unistd.h>
 #include <string.h>  #include <string.h>
 #include <sysexits.h>  
   
 #include "buf.h"  #include "buf.h"
 #include "cvs.h"  #include "cvs.h"
Line 260 
Line 259 
   
                 execvp(argv[0], argv);                  execvp(argv[0], argv);
                 cvs_log(LP_ERRNO, "failed to exec");                  cvs_log(LP_ERRNO, "failed to exec");
                 exit(EX_OSERR);                  exit(1);
         }          }
   
         /* we are the parent */          /* we are the parent */

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46