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

Diff for /src/usr.bin/cvs/version.c between version 1.4 and 1.5

version 1.4, 2004/07/30 01:49:25 version 1.5, 2004/08/02 22:45:57
Line 55 
Line 55 
                 if (cvs_connect(root) < 0)                  if (cvs_connect(root) < 0)
                         return (1);                          return (1);
   
                 printf("Server: ");  
                 cvs_sendreq(root, CVS_REQ_VERSION, NULL);                  cvs_sendreq(root, CVS_REQ_VERSION, NULL);
                   printf("Server: %s\n", root->cr_version);
                 cvs_disconnect(root);                  cvs_disconnect(root);
         }          }
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5