[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.160 and 1.161

version 1.160, 2008/02/10 12:24:27 version 1.161, 2008/02/10 14:08:52
Line 53 
Line 53 
 #define CVS_REV_BUFSZ   32  #define CVS_REV_BUFSZ   32
 #define CVS_TIME_BUFSZ  64  #define CVS_TIME_BUFSZ  64
   
   #define CVS_DATE_FMT    "%Y.%m.%d.%H.%M.%S"
   
 /* operations */  /* operations */
 #define CVS_OP_UNKNOWN          0  #define CVS_OP_UNKNOWN          0
 #define CVS_OP_ADD              1  #define CVS_OP_ADD              1

Legend:
Removed from v.1.160  
changed lines
  Added in v.1.161