diff options
Diffstat (limited to 'games/monop/getinp.c')
-rw-r--r-- | games/monop/getinp.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/games/monop/getinp.c b/games/monop/getinp.c index f6684fe3465..ad93241656a 100644 --- a/games/monop/getinp.c +++ b/games/monop/getinp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getinp.c,v 1.8 2007/03/02 04:32:32 ray Exp $ */ +/* $OpenBSD: getinp.c,v 1.9 2009/10/27 23:59:26 deraadt Exp $ */ /* $NetBSD: getinp.c,v 1.4 1995/04/24 12:24:20 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)getinp.c 8.1 (Berkeley) 5/31/93"; -#else -static const char rcsid[] = "$OpenBSD: getinp.c,v 1.8 2007/03/02 04:32:32 ray Exp $"; -#endif -#endif /* not lint */ - #include <stdio.h> #include <string.h> #include <ctype.h> |