=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/calendar/paskha.c,v retrieving revision 1.2 retrieving revision 1.5 diff -u -r1.2 -r1.5 --- src/usr.bin/calendar/paskha.c 1998/12/13 07:31:08 1.2 +++ src/usr.bin/calendar/paskha.c 2005/11/16 16:45:11 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: paskha.c,v 1.2 1998/12/13 07:31:08 pjanzen Exp $ */ +/* $OpenBSD: paskha.c,v 1.5 2005/11/16 16:45:11 deraadt Exp $ */ /* * Copyright (C) 1993-1996 by Andrey A. Chernov, Moscow, Russia. @@ -27,21 +27,19 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: paskha.c,v 1.2 1998/12/13 07:31:08 pjanzen Exp $"; +static const char rcsid[] = "$OpenBSD: paskha.c,v 1.5 2005/11/16 16:45:11 deraadt Exp $"; #endif /* not lint */ #include -#include -#include -#include #include +#include "calendar.h" + /* return year day for Orthodox Easter using Gauss formula */ /* (new style result); subtract 13 for old style */ int -paskha (R) - int R; /*year*/ +paskha(int R) /*year*/ { int a, b, c, d, e; static int x = 15;