summaryrefslogtreecommitdiffstats
path: root/sail/dr_2.c
diff options
context:
space:
mode:
authorhubertf <hubertf@NetBSD.org>1998-09-11 14:11:57 +0000
committerhubertf <hubertf@NetBSD.org>1998-09-11 14:11:57 +0000
commite9213db5e7a75fc8cd5480100e6bccf2bec46001 (patch)
tree742d1fa07c8636889bc884ebd993a6cc8a50a89a /sail/dr_2.c
parent82ffe2923024a321ef9accecf677442946a20670 (diff)
downloadbsdgames-darwin-e9213db5e7a75fc8cd5480100e6bccf2bec46001.tar.gz
bsdgames-darwin-e9213db5e7a75fc8cd5480100e6bccf2bec46001.tar.zst
bsdgames-darwin-e9213db5e7a75fc8cd5480100e6bccf2bec46001.zip
fix prototype, per PR#5867
Diffstat (limited to 'sail/dr_2.c')
-rw-r--r--sail/dr_2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sail/dr_2.c b/sail/dr_2.c
index accd9de3..17b0693e 100644
--- a/sail/dr_2.c
+++ b/sail/dr_2.c
@@ -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;