summaryrefslogtreecommitdiffstats
path: root/trek/dumpgame.c
diff options
context:
space:
mode:
Diffstat (limited to 'trek/dumpgame.c')
-rw-r--r--trek/dumpgame.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/trek/dumpgame.c b/trek/dumpgame.c
index e9c20120..83c5e6ff 100644
--- a/trek/dumpgame.c
+++ b/trek/dumpgame.c
@@ -1,4 +1,4 @@
-/* $NetBSD: dumpgame.c,v 1.10 2006/03/19 01:00:35 christos Exp $ */
+/* $NetBSD: dumpgame.c,v 1.11 2007/12/15 19:44:44 perry Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)dumpgame.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: dumpgame.c,v 1.10 2006/03/19 01:00:35 christos Exp $");
+__RCSID("$NetBSD: dumpgame.c,v 1.11 2007/12/15 19:44:44 perry Exp $");
#endif
#endif /* not lint */
@@ -83,7 +83,7 @@ struct dump Dump_template[] =
/*ARGSUSED*/
void
dumpgame(v)
- int v __attribute__((__unused__));
+ int v __unused;
{
int version;
int fd;