summaryrefslogtreecommitdiff
path: root/games/cribbage/score.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/cribbage/score.c')
-rw-r--r--games/cribbage/score.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/games/cribbage/score.c b/games/cribbage/score.c
index 91ca9b7292c..59889574b35 100644
--- a/games/cribbage/score.c
+++ b/games/cribbage/score.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: score.c,v 1.8 2004/07/10 07:26:23 deraadt Exp $ */
+/* $OpenBSD: score.c,v 1.9 2009/10/27 23:59:24 deraadt Exp $ */
/* $NetBSD: score.c,v 1.3 1995/03/21 15:08:57 cgd Exp $ */
/*-
@@ -30,14 +30,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)score.c 8.1 (Berkeley) 5/31/93";
-#else
-static char rcsid[] = "$OpenBSD: score.c,v 1.8 2004/07/10 07:26:23 deraadt Exp $";
-#endif
-#endif /* not lint */
-
#include <curses.h>
#include <stdio.h>
#include <stdlib.h>