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

Diff for /src/usr.bin/cvs/cvs.h between version 1.158 and 1.159

version 1.158, 2008/02/09 20:04:00 version 1.159, 2008/02/10 10:10:15
Line 264 
Line 264 
   
 struct cvs_ent {  struct cvs_ent {
         char            *ce_buf;          char            *ce_buf;
           char            *ce_conflict;
         char            *ce_name;          char            *ce_name;
         char            *ce_opts;          char            *ce_opts;
         char            *ce_tag;          char            *ce_tag;
         char            *ce_conflict;          time_t          *ce_date;
         time_t           ce_mtime;          time_t           ce_mtime;
         u_int16_t        ce_type;          u_int16_t        ce_type;
         u_int16_t        ce_status;          u_int16_t        ce_status;

Legend:
Removed from v.1.158  
changed lines
  Added in v.1.159