File tree Expand file tree Collapse file tree 13 files changed +65
-0
lines changed Expand file tree Collapse file tree 13 files changed +65
-0
lines changed Original file line number Diff line number Diff line change 1+ # $NetBSD: Makefile,v 1.3 1995/03/21 12:04:53 cgd Exp $
12# @(#)Makefile 8.1 (Berkeley) 6/12/93
23
34PROG = adventure
Original file line number Diff line number Diff line change 1+ .\" $NetBSD: adventure.6,v 1.2 1995/03/21 12:04:57 cgd Exp $
2+ .\"
13.\" Copyright (c) 1991, 1993
24.\" The Regents of the University of California. All rights reserved.
35.\"
Original file line number Diff line number Diff line change 1+ /* $NetBSD: crc.c,v 1.2 1995/03/21 12:04:59 cgd Exp $ */
2+
13/*-
24 * Copyright (c) 1993
35 * The Regents of the University of California. All rights reserved.
3537 */
3638
3739#ifndef lint
40+ #if 0
3841static char sccsid [] = "@(#)crc.c 8.1 (Berkeley) 5/31/93" ;
3942static char ORIGINAL_sccsid [] = "@(#)crc.c 5.2 (Berkeley) 4/4/91" ;
43+ #else
44+ static char rcsid [] = "$NetBSD: crc.c,v 1.2 1995/03/21 12:04:59 cgd Exp $" ;
45+ #endif
4046#endif /* not lint */
4147
4248typedef unsigned long u_long ;
Original file line number Diff line number Diff line change 1+ /* $NetBSD: done.c,v 1.2 1995/03/21 12:05:01 cgd Exp $ */
2+
13/*-
24 * Copyright (c) 1991, 1993
35 * The Regents of the University of California. All rights reserved.
3739 */
3840
3941#ifndef lint
42+ #if 0
4043static char sccsid [] = "@(#)done.c 8.1 (Berkeley) 5/31/93" ;
44+ #else
45+ static char rcsid [] = "$NetBSD: done.c,v 1.2 1995/03/21 12:05:01 cgd Exp $" ;
46+ #endif
4147#endif /* not lint */
4248
4349/* Re-coding of advent in C: termination routines */
Original file line number Diff line number Diff line change 1+ /* $NetBSD: hdr.h,v 1.2 1995/03/21 12:05:02 cgd Exp $ */
2+
13/*-
24 * Copyright (c) 1991, 1993
35 * The Regents of the University of California. All rights reserved.
Original file line number Diff line number Diff line change 1+ /* $NetBSD: init.c,v 1.2 1995/03/21 12:05:04 cgd Exp $ */
2+
13/*-
24 * Copyright (c) 1993
35 * The Regents of the University of California. All rights reserved.
3739 */
3840
3941#ifndef lint
42+ #if 0
4043static char sccsid [] = "@(#)init.c 8.1 (Berkeley) 6/2/93" ;
44+ #else
45+ static char rcsid [] = "$NetBSD: init.c,v 1.2 1995/03/21 12:05:04 cgd Exp $" ;
46+ #endif
4147#endif /* not lint */
4248
4349/* Re-coding of advent in C: data initialization */
Original file line number Diff line number Diff line change 1+ /* $NetBSD: io.c,v 1.2 1995/03/21 12:05:05 cgd Exp $ */
2+
13/*-
24 * Copyright (c) 1991, 1993
35 * The Regents of the University of California. All rights reserved.
3739 */
3840
3941#ifndef lint
42+ #if 0
4043static char sccsid [] = "@(#)io.c 8.1 (Berkeley) 5/31/93" ;
44+ #else
45+ static char rcsid [] = "$NetBSD: io.c,v 1.2 1995/03/21 12:05:05 cgd Exp $" ;
46+ #endif
4147#endif /* not lint */
4248
4349/* Re-coding of advent in C: file i/o and user i/o */
Original file line number Diff line number Diff line change 1+ /* $NetBSD: main.c,v 1.2 1995/03/21 12:05:07 cgd Exp $ */
2+
13/*-
24 * Copyright (c) 1991, 1993
35 * The Regents of the University of California. All rights reserved.
@@ -43,7 +45,11 @@ static char copyright[] =
4345#endif /* not lint */
4446
4547#ifndef lint
48+ #if 0
4649static char sccsid [] = "@(#)main.c 8.1 (Berkeley) 6/2/93" ;
50+ #else
51+ static char rcsid [] = "$NetBSD: main.c,v 1.2 1995/03/21 12:05:07 cgd Exp $" ;
52+ #endif
4753#endif /* not lint */
4854
4955/* Re-coding of advent in C: main program */
Original file line number Diff line number Diff line change 1+ /* $NetBSD: save.c,v 1.2 1995/03/21 12:05:08 cgd Exp $ */
2+
13/*-
24 * Copyright (c) 1991, 1993
35 * The Regents of the University of California. All rights reserved.
3739 */
3840
3941#ifndef lint
42+ #if 0
4043static char sccsid [] = "@(#)save.c 8.1 (Berkeley) 5/31/93" ;
44+ #else
45+ static char rcsid [] = "$NetBSD: save.c,v 1.2 1995/03/21 12:05:08 cgd Exp $" ;
46+ #endif
4147#endif /* not lint */
4248
4349#include <stdio.h>
Original file line number Diff line number Diff line change 1+ /* $NetBSD: setup.c,v 1.2 1995/03/21 12:05:10 cgd Exp $ */
2+
13/*-
24 * Copyright (c) 1991, 1993
35 * The Regents of the University of California. All rights reserved.
@@ -41,7 +43,11 @@ static char copyright[] =
4143#endif /* not lint */
4244
4345#ifndef lint
46+ #if 0
4447static char sccsid [] = "@(#)setup.c 8.1 (Berkeley) 5/31/93" ;
48+ #else
49+ static char rcsid [] = "$NetBSD: setup.c,v 1.2 1995/03/21 12:05:10 cgd Exp $" ;
50+ #endif
4551#endif /* not lint */
4652
4753/*
You can’t perform that action at this time.
0 commit comments