diff options
Diffstat (limited to 'games/snake/snscore.c')
-rw-r--r-- | games/snake/snscore.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/snake/snscore.c b/games/snake/snscore.c index 544b22d42f4..1dff641784f 100644 --- a/games/snake/snscore.c +++ b/games/snake/snscore.c @@ -1,4 +1,4 @@ -/* $OpenBSD: snscore.c,v 1.4 2003/06/03 03:01:41 millert Exp $ */ +/* $OpenBSD: snscore.c,v 1.5 2004/07/10 07:26:24 deraadt Exp $ */ /* $NetBSD: snscore.c,v 1.5 1995/04/24 12:25:43 cgd Exp $ */ /* @@ -40,7 +40,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)snscore.c 8.1 (Berkeley) 7/19/93"; #else -static char rcsid[] = "$OpenBSD: snscore.c,v 1.4 2003/06/03 03:01:41 millert Exp $"; +static char rcsid[] = "$OpenBSD: snscore.c,v 1.5 2004/07/10 07:26:24 deraadt Exp $"; #endif #endif /* not lint */ @@ -64,8 +64,7 @@ struct player { } players[MAXPLAYERS], temp; void -snscore(fd, topn) - int fd, topn; +snscore(int fd, int topn) { uid_t uid; short score; |