summaryrefslogtreecommitdiffstats
path: root/quiz/quiz.c
diff options
context:
space:
mode:
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>