Skip to content

Commit 156daa7

Browse files
tlstls
tls
authored and
tls
committed
Sync to 4.4BSD-Lite2
1 parent 52e0d87 commit 156daa7

16 files changed

+58
-366
lines changed

games/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# $NetBSD: Makefile,v 1.12 1996/12/28 18:59:05 tls Exp $
2-
# @(#)Makefile 8.2 (Berkeley) 3/31/94
1+
# $NetBSD: Makefile,v 1.13 1997/01/07 12:49:14 tls Exp $
2+
# @(#)Makefile 8.3 (Berkeley) 7/24/94
33

44
# Missing: ching dungeon hunt warp
55
# Moved: chess

games/sail/assorted.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: assorted.c,v 1.3 1995/04/22 10:36:45 cgd Exp $ */
1+
/* $NetBSD: assorted.c,v 1.4 1997/01/07 12:42:14 tls Exp $ */
22

33
/*
44
* Copyright (c) 1983, 1993
@@ -35,13 +35,13 @@
3535

3636
#ifndef lint
3737
#if 0
38-
static char sccsid[] = "@(#)assorted.c 8.1 (Berkeley) 5/31/93";
38+
static char sccsid[] = "@(#)assorted.c 8.2 (Berkeley) 4/28/95";
3939
#else
40-
static char rcsid[] = "$NetBSD: assorted.c,v 1.3 1995/04/22 10:36:45 cgd Exp $";
40+
static char rcsid[] = "$NetBSD: assorted.c,v 1.4 1997/01/07 12:42:14 tls Exp $";
4141
#endif
4242
#endif /* not lint */
4343

44-
#include "externs.h"
44+
#include "extern.h"
4545

4646
table(rig, shot, hittable, on, from, roll)
4747
struct ship *on, *from;

games/sail/dr_4.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: dr_4.c,v 1.3 1995/04/22 10:36:50 cgd Exp $ */
1+
/* $NetBSD: dr_4.c,v 1.4 1997/01/07 12:42:15 tls Exp $ */
22

33
/*
44
* Copyright (c) 1983, 1993
@@ -35,13 +35,13 @@
3535

3636
#ifndef lint
3737
#if 0
38-
static char sccsid[] = "@(#)dr_4.c 8.1 (Berkeley) 5/31/93";
38+
static char sccsid[] = "@(#)dr_4.c 8.2 (Berkeley) 4/28/95";
3939
#else
40-
static char rcsid[] = "$NetBSD: dr_4.c,v 1.3 1995/04/22 10:36:50 cgd Exp $";
40+
static char rcsid[] = "$NetBSD: dr_4.c,v 1.4 1997/01/07 12:42:15 tls Exp $";
4141
#endif
4242
#endif /* not lint */
4343

44-
#include "externs.h"
44+
#include "extern.h"
4545

4646
ungrap(from, to)
4747
register struct ship *from, *to;

games/sail/dr_5.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: dr_5.c,v 1.3 1995/04/22 10:36:51 cgd Exp $ */
1+
/* $NetBSD: dr_5.c,v 1.4 1997/01/07 12:42:15 tls Exp $ */
22

33
/*
44
* Copyright (c) 1983, 1993
@@ -35,13 +35,13 @@
3535

3636
#ifndef lint
3737
#if 0
38-
static char sccsid[] = "@(#)dr_5.c 8.1 (Berkeley) 5/31/93";
38+
static char sccsid[] = "@(#)dr_5.c 8.2 (Berkeley) 4/28/95";
3939
#else
40-
static char rcsid[] = "$NetBSD: dr_5.c,v 1.3 1995/04/22 10:36:51 cgd Exp $";
40+
static char rcsid[] = "$NetBSD: dr_5.c,v 1.4 1997/01/07 12:42:15 tls Exp $";
4141
#endif
4242
#endif /* not lint */
4343

44-
#include "externs.h"
44+
#include "extern.h"
4545

4646
subtract(from, totalfrom, crewfrom, fromcap, pcfrom)
4747
struct ship *from, *fromcap;

games/sail/driver.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: driver.h,v 1.3 1995/04/22 10:36:54 cgd Exp $ */
1+
/* $NetBSD: driver.h,v 1.4 1997/01/07 12:42:16 tls Exp $ */
22

33
/*
44
* Copyright (c) 1983, 1993
@@ -32,9 +32,9 @@
3232
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
3333
* SUCH DAMAGE.
3434
*
35-
* @(#)driver.h 8.1 (Berkeley) 5/31/93
35+
* @(#)driver.h 8.2 (Berkeley) 5/3/95
3636
*/
3737

38-
#include "externs.h"
38+
#include "extern.h"
3939

4040
int dtab[];

games/sail/extern.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* $NetBSD: extern.h,v 1.2 1997/01/07 12:42:17 tls Exp $ */
2+
13
/*
24
* Copyright (c) 1983, 1993
35
* The Regents of the University of California. All rights reserved.
@@ -35,6 +37,7 @@
3537

3638
#include <stdio.h>
3739
#include <signal.h>
40+
#include <string.h>
3841
#include <ctype.h>
3942
#include <setjmp.h>
4043
#include "machdep.h"

0 commit comments

Comments
 (0)