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

Diff for /src/usr.bin/calendar/day.c between version 1.25 and 1.26

version 1.25, 2013/04/16 18:28:24 version 1.26, 2013/11/12 19:35:47
Line 78 
Line 78 
 static struct fixs fnmonths[13];      /* full national months names */  static struct fixs fnmonths[13];      /* full national months names */
 static struct fixs nmonths[13];       /* short national month names */  static struct fixs nmonths[13];       /* short national month names */
   
   
 void  void
 setnnames(void)  setnnames(void)
 {  {
Line 232 
Line 231 
         return(mktime(&tm));          return(mktime(&tm));
 }  }
   
 void  static void
 adjust_calendar(int *day, int *month)  adjust_calendar(int *day, int *month)
 {  {
         switch (calendar) {          switch (calendar) {

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