summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--quiz/Makefile1
-rw-r--r--quiz/pathnames.h2
-rw-r--r--quiz/quiz.62
-rw-r--r--quiz/quiz.c6
-rw-r--r--quiz/quiz.h2
-rw-r--r--quiz/rxp.c6
6 files changed, 19 insertions, 0 deletions
diff --git a/quiz/Makefile b/quiz/Makefile
index 5d1ed547..b17fed3b 100644
--- a/quiz/Makefile
+++ b/quiz/Makefile
@@ -1,3 +1,4 @@
+# $NetBSD: Makefile,v 1.8 1995/04/22 10:16:53 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= quiz
diff --git a/quiz/pathnames.h b/quiz/pathnames.h
index 08f4a6b0..4c0f0877 100644
--- a/quiz/pathnames.h
+++ b/quiz/pathnames.h
@@ -1,3 +1,5 @@
+/* $NetBSD: pathnames.h,v 1.4 1995/04/22 10:16:55 cgd Exp $ */
+
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/quiz/quiz.6 b/quiz/quiz.6
index d658703c..bfc9ecfe 100644
--- a/quiz/quiz.6
+++ b/quiz/quiz.6
@@ -1,3 +1,5 @@
+.\" $NetBSD: quiz.6,v 1.4 1995/04/22 10:16:56 cgd Exp $
+.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
diff --git a/quiz/quiz.c b/quiz/quiz.c
index 1d0b1d85..6af648d2 100644
--- a/quiz/quiz.c
+++ b/quiz/quiz.c
@@ -1,3 +1,5 @@
+/* $NetBSD: quiz.c,v 1.9 1995/04/22 10:16:58 cgd Exp $ */
+
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@@ -42,7 +44,11 @@ static char copyright[] =
#endif /* not lint */
#ifndef lint
+#if 0
static char sccsid[] = "@(#)quiz.c 8.2 (Berkeley) 1/3/94";
+#else
+static char rcsid[] = "$NetBSD: quiz.c,v 1.9 1995/04/22 10:16:58 cgd Exp $";
+#endif
#endif /* not lint */
#include <sys/types.h>
diff --git a/quiz/quiz.h b/quiz/quiz.h
index 8923c8f7..ff7e4ded 100644
--- a/quiz/quiz.h
+++ b/quiz/quiz.h
@@ -1,3 +1,5 @@
+/* $NetBSD: quiz.h,v 1.4 1995/04/22 10:16:59 cgd Exp $ */
+
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/quiz/rxp.c b/quiz/rxp.c
index 4b6a74f7..f835913e 100644
--- a/quiz/rxp.c
+++ b/quiz/rxp.c
@@ -1,3 +1,5 @@
+/* $NetBSD: rxp.c,v 1.5 1995/04/22 10:17:00 cgd Exp $ */
+
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
@@ -36,7 +38,11 @@
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)rxp.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: rxp.c,v 1.5 1995/04/22 10:17:00 cgd Exp $";
+#endif
#endif /* not lint */
/*