This commit is contained in:
cgd 1995-04-22 10:16:53 +00:00
parent fcd788f207
commit ee0f9d10fe
6 changed files with 19 additions and 0 deletions

View File

@ -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

View File

@ -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.

View File

@ -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.
.\"

View File

@ -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>

View File

@ -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.

View File

@ -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 */
/*