summaryrefslogtreecommitdiffstats
path: root/primes
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-08-01 18:49:50 +0000
committermycroft <mycroft@NetBSD.org>1993-08-01 18:49:50 +0000
commit462fca95471224f85b85be911e72faee16cd1597 (patch)
treea0e4c1c096d66e8908adab57224bf19bd7f94e63 /primes
parent1639abc312beea68f4391a202db74ef7bdd5a494 (diff)
downloadbsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.tar.gz
bsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.tar.zst
bsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.zip
Add RCS identifiers.
Diffstat (limited to 'primes')
-rw-r--r--primes/pattern.c3
-rw-r--r--primes/pr_tbl.c3
-rw-r--r--primes/primes.c3
-rw-r--r--primes/primes.h3
4 files changed, 8 insertions, 4 deletions
diff --git a/primes/pattern.c b/primes/pattern.c
index 34535b68..50e21ab5 100644
--- a/primes/pattern.c
+++ b/primes/pattern.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)pattern.c 5.2 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)pattern.c 5.2 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: pattern.c,v 1.2 1993/08/01 18:53:08 mycroft Exp $";
#endif /* not lint */
/*
diff --git a/primes/pr_tbl.c b/primes/pr_tbl.c
index 58c0ec68..f6a42cfb 100644
--- a/primes/pr_tbl.c
+++ b/primes/pr_tbl.c
@@ -35,7 +35,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)pr_tbl.c 5.2 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)pr_tbl.c 5.2 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: pr_tbl.c,v 1.2 1993/08/01 18:53:05 mycroft Exp $";
#endif /* not lint */
/*
diff --git a/primes/primes.c b/primes/primes.c
index faabc05a..741698c5 100644
--- a/primes/primes.c
+++ b/primes/primes.c
@@ -41,7 +41,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)primes.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)primes.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: primes.c,v 1.2 1993/08/01 18:53:04 mycroft Exp $";
#endif /* not lint */
/*
diff --git a/primes/primes.h b/primes/primes.h
index 3cc34a20..6bf906bd 100644
--- a/primes/primes.h
+++ b/primes/primes.h
@@ -33,7 +33,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)primes.h 5.2 (Berkeley) 6/1/90
+ * from: @(#)primes.h 5.2 (Berkeley) 6/1/90
+ * $Id: primes.h,v 1.2 1993/08/01 18:53:09 mycroft Exp $
*/
/*