summaryrefslogtreecommitdiffstats
path: root/cribbage/instr.c
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1997-10-10 12:26:34 +0000
committerlukem <lukem@NetBSD.org>1997-10-10 12:26:34 +0000
commit4af35eddcd99b72236d11e2354dd8fcd3b9f6e74 (patch)
treeb5301debb2cb032e91d96ad619385e02f97382bb /cribbage/instr.c
parent952db1ec53b2365d68d84970049975065cd884f5 (diff)
downloadbsdgames-darwin-4af35eddcd99b72236d11e2354dd8fcd3b9f6e74.tar.gz
bsdgames-darwin-4af35eddcd99b72236d11e2354dd8fcd3b9f6e74.tar.zst
bsdgames-darwin-4af35eddcd99b72236d11e2354dd8fcd3b9f6e74.zip
WARNSify
Diffstat (limited to 'cribbage/instr.c')
-rw-r--r--cribbage/instr.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/cribbage/instr.c b/cribbage/instr.c
index 936302e0..e4409bc2 100644
--- a/cribbage/instr.c
+++ b/cribbage/instr.c
@@ -1,4 +1,4 @@
-/* $NetBSD: instr.c,v 1.5 1997/07/10 06:47:30 mikel Exp $ */
+/* $NetBSD: instr.c,v 1.6 1997/10/10 12:32:30 lukem Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -33,11 +33,12 @@
* SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)instr.c 8.1 (Berkeley) 5/31/93";
#else
-static char rcsid[] = "$NetBSD: instr.c,v 1.5 1997/07/10 06:47:30 mikel Exp $";
+__RCSID("$NetBSD: instr.c,v 1.6 1997/10/10 12:32:30 lukem Exp $");
#endif
#endif /* not lint */