=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/calendar/paskha.c,v retrieving revision 1.3 retrieving revision 1.7 diff -u -r1.3 -r1.7 --- src/usr.bin/calendar/paskha.c 2003/06/25 22:41:24 1.3 +++ src/usr.bin/calendar/paskha.c 2015/03/15 00:41:28 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: paskha.c,v 1.3 2003/06/25 22:41:24 deraadt Exp $ */ +/* $OpenBSD: paskha.c,v 1.7 2015/03/15 00:41:28 millert Exp $ */ /* * Copyright (C) 1993-1996 by Andrey A. Chernov, Moscow, Russia. @@ -26,15 +26,7 @@ * SUCH DAMAGE. */ -#ifndef lint -static char rcsid[] = "$OpenBSD: paskha.c,v 1.3 2003/06/25 22:41:24 deraadt Exp $"; -#endif /* not lint */ - #include -#include -#include -#include -#include #include "calendar.h" @@ -42,8 +34,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;