summaryrefslogtreecommitdiffstats
path: root/primes/pr_tbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'primes/pr_tbl.c')
-rw-r--r--primes/pr_tbl.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/primes/pr_tbl.c b/primes/pr_tbl.c
index f92f21f3..4f30541c 100644
--- a/primes/pr_tbl.c
+++ b/primes/pr_tbl.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pr_tbl.c,v 1.3 1995/03/23 08:35:52 cgd Exp $ */
+/* $NetBSD: pr_tbl.c,v 1.4 1997/10/12 01:04:50 lukem Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -36,11 +36,12 @@
* SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)pr_tbl.c 8.1 (Berkeley) 5/31/93";
#else
-static char rcsid[] = "$NetBSD: pr_tbl.c,v 1.3 1995/03/23 08:35:52 cgd Exp $";
+__RCSID("$NetBSD: pr_tbl.c,v 1.4 1997/10/12 01:04:50 lukem Exp $");
#endif
#endif /* not lint */