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

Diff for /src/usr.bin/cvs/util.c between version 1.25 and 1.26

version 1.25, 2005/05/19 04:17:24 version 1.26, 2005/05/20 00:07:19
Line 40 
Line 40 
 #include "log.h"  #include "log.h"
 #include "file.h"  #include "file.h"
   
 static const char *cvs_months[] = {  
         "Jan", "Feb", "Mar", "Apr", "May", "Jun",  
         "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"  
 };  
   
   
 /* letter -> mode type map */  /* letter -> mode type map */
 static const int cvs_modetypes[26] = {  static const int cvs_modetypes[26] = {
         -1, -1, -1, -1, -1, -1,  1, -1, -1, -1, -1, -1, -1,          -1, -1, -1, -1, -1, -1,  1, -1, -1, -1, -1, -1, -1,

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26