fix prototype, per PR#5867
This commit is contained in:
parent
3fd99e1631
commit
eb2507ecb2
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: room.c,v 1.4 1997/10/12 11:45:56 lukem Exp $ */
|
||||
/* $NetBSD: room.c,v 1.5 1998/09/11 14:11:57 hubertf Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988, 1993
|
||||
@ -41,7 +41,7 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)room.c 8.1 (Berkeley) 5/31/93";
|
||||
#else
|
||||
__RCSID("$NetBSD: room.c,v 1.4 1997/10/12 11:45:56 lukem Exp $");
|
||||
__RCSID("$NetBSD: room.c,v 1.5 1998/09/11 14:11:57 hubertf Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
@ -131,6 +131,7 @@ light_up_room(rn)
|
||||
|
||||
void
|
||||
light_passage(row, col)
|
||||
int row, col;
|
||||
{
|
||||
short i, j, i_end, j_end;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: dr_2.c,v 1.7 1998/07/25 10:52:14 hubertf Exp $ */
|
||||
/* $NetBSD: dr_2.c,v 1.8 1998/09/11 14:13:46 hubertf Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1983, 1993
|
||||
@ -38,7 +38,7 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)dr_2.c 8.1 (Berkeley) 5/31/93";
|
||||
#else
|
||||
__RCSID("$NetBSD: dr_2.c,v 1.7 1998/07/25 10:52:14 hubertf Exp $");
|
||||
__RCSID("$NetBSD: dr_2.c,v 1.8 1998/09/11 14:13:46 hubertf Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
@ -237,7 +237,7 @@ char *drift;
|
||||
void
|
||||
try(command, temp, ma, ta, af, vma, dir, f, t, high, rakeme)
|
||||
struct ship *f, *t;
|
||||
int ma, ta, af, *high, rakeme;
|
||||
int ma, ta, af, vma, dir, *high, rakeme;
|
||||
char command[], temp[];
|
||||
{
|
||||
int new, n;
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sync.c,v 1.9 1998/08/30 09:19:40 veego Exp $ */
|
||||
/* $NetBSD: sync.c,v 1.10 1998/09/11 14:15:46 hubertf Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1983, 1993
|
||||
@ -38,7 +38,7 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)sync.c 8.2 (Berkeley) 4/28/95";
|
||||
#else
|
||||
__RCSID("$NetBSD: sync.c,v 1.9 1998/08/30 09:19:40 veego Exp $");
|
||||
__RCSID("$NetBSD: sync.c,v 1.10 1998/09/11 14:15:46 hubertf Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
@ -150,6 +150,7 @@ makemsg(va_alias)
|
||||
}
|
||||
int
|
||||
sync_exists(game)
|
||||
int game;
|
||||
{
|
||||
char buf[sizeof sync_file];
|
||||
struct stat s;
|
||||
|
Loading…
Reference in New Issue
Block a user