summaryrefslogtreecommitdiffstats
path: root/sail/sync.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/sync.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/sync.c')
-rw-r--r--sail/sync.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sail/sync.c b/sail/sync.c
index 0f6a5858..7bab0f9a 100644
--- a/sail/sync.c
+++ b/sail/sync.c
@@ -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;