diff options
Diffstat (limited to 'games/robots/move.c')
-rw-r--r-- | games/robots/move.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/games/robots/move.c b/games/robots/move.c index 73f7f6312d0..c187d268ac4 100644 --- a/games/robots/move.c +++ b/games/robots/move.c @@ -1,4 +1,4 @@ -/* $OpenBSD: move.c,v 1.8 2004/11/29 08:52:28 jsg Exp $ */ +/* $OpenBSD: move.c,v 1.9 2009/10/27 23:59:26 deraadt Exp $ */ /* $NetBSD: move.c,v 1.4 1995/04/22 10:08:58 cgd Exp $ */ /* @@ -30,14 +30,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: move.c,v 1.8 2004/11/29 08:52:28 jsg Exp $"; -#endif -#endif /* not lint */ - #include "robots.h" #define ESC '\033' |