[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.5 and 1.6

version 1.5, 2004/08/02 22:45:57 version 1.6, 2004/08/27 15:39:22
Line 55 
Line 55 
                 if (cvs_connect(root) < 0)                  if (cvs_connect(root) < 0)
                         return (1);                          return (1);
   
                 cvs_sendreq(root, CVS_REQ_VERSION, NULL);                  printf("Server: %s\n", root->cr_version == NULL ?
                 printf("Server: %s\n", root->cr_version);                      "(unknown)" : root->cr_version);
                 cvs_disconnect(root);                  cvs_disconnect(root);
         }          }
   

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