diff options
Diffstat (limited to 'games/atc/graphics.c')
-rw-r--r-- | games/atc/graphics.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/games/atc/graphics.c b/games/atc/graphics.c index 9d6efb66e1d..6aad9d476eb 100644 --- a/games/atc/graphics.c +++ b/games/atc/graphics.c @@ -1,4 +1,4 @@ -/* $OpenBSD: graphics.c,v 1.7 2004/11/29 08:52:28 jsg Exp $ */ +/* $OpenBSD: graphics.c,v 1.8 2009/10/27 23:59:23 deraadt Exp $ */ /* $NetBSD: graphics.c,v 1.3 1995/03/21 15:04:04 cgd Exp $ */ /*- @@ -42,14 +42,6 @@ * For more info on this and all of my stuff, mail edjames@berkeley.edu. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)graphics.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: graphics.c,v 1.7 2004/11/29 08:52:28 jsg Exp $"; -#endif -#endif /* not lint */ - #include <err.h> #include "include.h" |