summaryrefslogtreecommitdiffstats
path: root/games/primes/pr_tbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/primes/pr_tbl.c')
-rw-r--r--games/primes/pr_tbl.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/games/primes/pr_tbl.c b/games/primes/pr_tbl.c
index 9661e43aaec..fc0bed2aece 100644
--- a/games/primes/pr_tbl.c
+++ b/games/primes/pr_tbl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pr_tbl.c,v 1.4 2003/06/03 03:01:40 millert Exp $ */
+/* $OpenBSD: pr_tbl.c,v 1.5 2009/10/27 23:59:26 deraadt Exp $ */
/* $NetBSD: pr_tbl.c,v 1.3 1995/03/23 08:35:52 cgd Exp $ */
/*
@@ -33,14 +33,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)pr_tbl.c 8.1 (Berkeley) 5/31/93";
-#else
-static char rcsid[] = "$OpenBSD: pr_tbl.c,v 1.4 2003/06/03 03:01:40 millert Exp $";
-#endif
-#endif /* not lint */
-
/*
* prime - prime table
*