diff options
Diffstat (limited to 'games/hack/hack.termcap.c')
-rw-r--r-- | games/hack/hack.termcap.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/hack/hack.termcap.c b/games/hack/hack.termcap.c index 826f483e595..2674be3e5fc 100644 --- a/games/hack/hack.termcap.c +++ b/games/hack/hack.termcap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hack.termcap.c,v 1.7 2003/05/19 06:30:56 pjanzen Exp $ */ +/* $OpenBSD: hack.termcap.c,v 1.8 2009/10/27 23:59:25 deraadt Exp $ */ /* * Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica, @@ -61,10 +61,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef lint -static const char rcsid[] = "$OpenBSD: hack.termcap.c,v 1.7 2003/05/19 06:30:56 pjanzen Exp $"; -#endif /* not lint */ - #include <stdio.h> #include <stdlib.h> #include <string.h> |