From 6d57a1a176004a7d8fc009cdcf760098f86e3263 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 16 Feb 2002 21:28:12 +0000 Subject: Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. --- games/pom/pom.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'games/pom/pom.c') diff --git a/games/pom/pom.c b/games/pom/pom.c index d05529306c8..d00659bbafd 100644 --- a/games/pom/pom.c +++ b/games/pom/pom.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pom.c,v 1.6 1998/09/06 12:29:25 pjanzen Exp $ */ +/* $OpenBSD: pom.c,v 1.7 2002/02/16 21:27:11 millert Exp $ */ /* $NetBSD: pom.c,v 1.6 1996/02/06 22:47:29 jtc Exp $ */ /* @@ -46,7 +46,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)pom.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$OpenBSD: pom.c,v 1.6 1998/09/06 12:29:25 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: pom.c,v 1.7 2002/02/16 21:27:11 millert Exp $"; #endif #endif /* not lint */ @@ -84,11 +84,11 @@ static char rcsid[] = "$OpenBSD: pom.c,v 1.6 1998/09/06 12:29:25 pjanzen Exp $"; #define Pzero 36.340410 /* lunar mean long of perigee at EPOCH */ #define Nzero 318.510107 /* lunar mean long of node at EPOCH */ -void adj360 __P((double *)); -double dtor __P((double)); -double potm __P((double)); -time_t parsetime __P((char *)); -void badformat __P((void)); +void adj360(double *); +double dtor(double); +double potm(double); +time_t parsetime(char *); +void badformat(void); int main(argc, argv) -- cgit v1.2.3