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

Diff for /src/usr.bin/cvs/client.c between version 1.91 and 1.92

version 1.91, 2008/01/29 11:55:30 version 1.92, 2008/01/31 19:51:40
Line 450 
Line 450 
 cvs_client_sendfile(struct cvs_file *cf)  cvs_client_sendfile(struct cvs_file *cf)
 {  {
         size_t len;          size_t len;
         char rev[CVS_REV_BUFSZ], timebuf[CVS_TIME_BUFSZ], sticky[32];          char rev[CVS_REV_BUFSZ], timebuf[CVS_TIME_BUFSZ], sticky[CVS_REV_BUFSZ];
   
         if (cf->file_type != CVS_FILE)          if (cf->file_type != CVS_FILE)
                 return;                  return;

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92