summaryrefslogtreecommitdiffstats
path: root/games/hack/hack.do.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/hack/hack.do.c')
-rw-r--r--games/hack/hack.do.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/games/hack/hack.do.c b/games/hack/hack.do.c
index b9af55da088..bade7dead09 100644
--- a/games/hack/hack.do.c
+++ b/games/hack/hack.do.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hack.do.c,v 1.6 2003/05/19 06:30:56 pjanzen Exp $ */
+/* $OpenBSD: hack.do.c,v 1.7 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.do.c,v 1.6 2003/05/19 06:30:56 pjanzen Exp $";
-#endif /* not lint */
-
/* Contains code for 'd', 'D' (drop), '>', '<' (up, down) and 't' (throw) */
#include <stdlib.h>