=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/calendar/paskha.c,v retrieving revision 1.3 retrieving revision 1.5 diff -u -r1.3 -r1.5 --- src/usr.bin/calendar/paskha.c 2003/06/25 22:41:24 1.3 +++ src/usr.bin/calendar/paskha.c 2005/11/16 16:45:11 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: paskha.c,v 1.3 2003/06/25 22:41:24 deraadt 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,13 +27,10 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: paskha.c,v 1.3 2003/06/25 22:41:24 deraadt 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" @@ -42,8 +39,7 @@ /* (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;