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

Diff for /src/usr.bin/calendar/ostern.c between version 1.4 and 1.5

version 1.4, 2003/06/25 22:41:24 version 1.5, 2004/12/10 15:31:01
Line 29 
Line 29 
  */   */
   
 #ifndef lint  #ifndef lint
 static char rcsid[] = "$OpenBSD$";  static const char rcsid[] = "$OpenBSD$";
 #endif /* not lint */  #endif /* not lint */
   
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  
 #include <string.h>  
 #include <time.h>  #include <time.h>
 #include <tzfile.h>  #include <tzfile.h>
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5