[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.47 and 1.48

version 1.47, 2005/04/18 21:02:50 version 1.48, 2005/04/18 23:56:19
Line 1014 
Line 1014 
                 return (-1);                  return (-1);
         }          }
   
           /* don't send Entry for unknown files */
           if (file->cf_cvstat == CVS_FST_UNKNOWN)
                   return (0);
   
         snprintf(ebuf, sizeof(ebuf), "/%s/%s///", file->cf_name,          snprintf(ebuf, sizeof(ebuf), "/%s/%s///", file->cf_name,
             rcsnum_tostr(file->cf_lrev, numbuf, sizeof(numbuf)));              rcsnum_tostr(file->cf_lrev, numbuf, sizeof(numbuf)));
   

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48