summaryrefslogtreecommitdiffstats
path: root/cribbage/instr.c
diff options
context:
space:
mode:
authorjmc <jmc@NetBSD.org>2005-07-02 08:32:32 +0000
committerjmc <jmc@NetBSD.org>2005-07-02 08:32:32 +0000
commita9ed3c3e82c4d571af1500d07caafcfa27316cf2 (patch)
treef1ea5f35d80be62a31108ac47dab76a6db890856 /cribbage/instr.c
parent0051b2acd6aecc721718b48d3670347c4db02d1e (diff)
downloadbsdgames-darwin-a9ed3c3e82c4d571af1500d07caafcfa27316cf2.tar.gz
bsdgames-darwin-a9ed3c3e82c4d571af1500d07caafcfa27316cf2.tar.zst
bsdgames-darwin-a9ed3c3e82c4d571af1500d07caafcfa27316cf2.zip
KNF and WARNS=3
Diffstat (limited to 'cribbage/instr.c')
-rw-r--r--cribbage/instr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cribbage/instr.c b/cribbage/instr.c
index f4d9d800..aab196ed 100644
--- a/cribbage/instr.c
+++ b/cribbage/instr.c
@@ -1,4 +1,4 @@
-/* $NetBSD: instr.c,v 1.11 2005/02/15 12:56:20 jsm Exp $ */
+/* $NetBSD: instr.c,v 1.12 2005/07/02 08:32:32 jmc Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)instr.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: instr.c,v 1.11 2005/02/15 12:56:20 jsm Exp $");
+__RCSID("$NetBSD: instr.c,v 1.12 2005/07/02 08:32:32 jmc Exp $");
#endif
#endif /* not lint */
@@ -56,7 +56,7 @@ __RCSID("$NetBSD: instr.c,v 1.11 2005/02/15 12:56:20 jsm Exp $");
#include "pathnames.h"
void
-instructions()
+instructions(void)
{
int pstat;
int fd;