diff options
| author | mycroft <mycroft@NetBSD.org> | 1993-08-01 18:49:50 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1993-08-01 18:49:50 +0000 |
| commit | 462fca95471224f85b85be911e72faee16cd1597 (patch) | |
| tree | a0e4c1c096d66e8908adab57224bf19bd7f94e63 /quiz | |
| parent | 1639abc312beea68f4391a202db74ef7bdd5a494 (diff) | |
| download | bsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.tar.gz bsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.zip | |
Add RCS identifiers.
Diffstat (limited to 'quiz')
| -rw-r--r-- | quiz/pathnames.h | 3 | ||||
| -rw-r--r-- | quiz/quiz.c | 3 | ||||
| -rw-r--r-- | quiz/quiz.h | 3 | ||||
| -rw-r--r-- | quiz/rxp.c | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/quiz/pathnames.h b/quiz/pathnames.h index 9d337e69..955ba047 100644 --- a/quiz/pathnames.h +++ b/quiz/pathnames.h @@ -30,7 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.2 (Berkeley) 11/10/91 + * from: @(#)pathnames.h 5.2 (Berkeley) 11/10/91 + * $Id: pathnames.h,v 1.2 1993/08/01 18:53:01 mycroft Exp $ */ #define _PATH_PAGER "/usr/bin/more" diff --git a/quiz/quiz.c b/quiz/quiz.c index e3f59021..c00a6ef0 100644 --- a/quiz/quiz.c +++ b/quiz/quiz.c @@ -41,7 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)quiz.c 5.1 (Berkeley) 11/10/91"; +/*static char sccsid[] = "from: @(#)quiz.c 5.1 (Berkeley) 11/10/91";*/ +static char rcsid[] = "$Id: quiz.c,v 1.2 1993/08/01 18:52:59 mycroft Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/quiz/quiz.h b/quiz/quiz.h index 91356fec..d3c65ea0 100644 --- a/quiz/quiz.h +++ b/quiz/quiz.h @@ -33,7 +33,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)quiz.h 5.1 (Berkeley) 11/10/91 + * from: @(#)quiz.h 5.1 (Berkeley) 11/10/91 + * $Id: quiz.h,v 1.2 1993/08/01 18:53:00 mycroft Exp $ */ #define TRUE 1 @@ -35,7 +35,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)rxp.c 5.1 (Berkeley) 11/10/91"; +/*static char sccsid[] = "from: @(#)rxp.c 5.1 (Berkeley) 11/10/91";*/ +static char rcsid[] = "$Id: rxp.c,v 1.3 1993/08/01 18:52:58 mycroft Exp $"; #endif /* not lint */ /* |
