diff options
Diffstat (limited to 'games/cribbage/instr.c')
-rw-r--r-- | games/cribbage/instr.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/games/cribbage/instr.c b/games/cribbage/instr.c index b6e2bf0691f..70deb2bf7be 100644 --- a/games/cribbage/instr.c +++ b/games/cribbage/instr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: instr.c,v 1.10 2004/07/10 07:26:23 deraadt Exp $ */ +/* $OpenBSD: instr.c,v 1.11 2009/10/27 23:59:24 deraadt Exp $ */ /* $NetBSD: instr.c,v 1.5 1997/07/10 06:47:30 mikel Exp $ */ /*- @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)instr.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: instr.c,v 1.10 2004/07/10 07:26:23 deraadt Exp $"; -#endif -#endif /* not lint */ - #include <sys/types.h> #include <sys/wait.h> #include <sys/stat.h> |