summaryrefslogtreecommitdiffstats
path: root/quiz/quiz.c
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-04-22 10:16:53 +0000
committercgd <cgd@NetBSD.org>1995-04-22 10:16:53 +0000
commit20ff91c7838848bc950603c21c8c5e27fcc112cf (patch)
treec14fc57aa138ae7654df1647f713bd5a76af10af /quiz/quiz.c
parent67b70f51cf5ca026d516732409d67c2515588760 (diff)
downloadbsdgames-darwin-20ff91c7838848bc950603c21c8c5e27fcc112cf.tar.gz
bsdgames-darwin-20ff91c7838848bc950603c21c8c5e27fcc112cf.tar.zst
bsdgames-darwin-20ff91c7838848bc950603c21c8c5e27fcc112cf.zip
RCS Ids
Diffstat (limited to 'quiz/quiz.c')
-rw-r--r--quiz/quiz.c6
1 files changed, 6 insertions, 0 deletions
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>