summaryrefslogtreecommitdiff
path: root/games/hack/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/hack/alloc.c')
-rw-r--r--games/hack/alloc.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/games/hack/alloc.c b/games/hack/alloc.c
index 3b3b405f7a2..d6289bcb929 100644
--- a/games/hack/alloc.c
+++ b/games/hack/alloc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: alloc.c,v 1.6 2006/03/14 22:06:10 deraadt Exp $ */
+/* $OpenBSD: alloc.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: alloc.c,v 1.6 2006/03/14 22:06:10 deraadt Exp $";
-#endif /* not lint */
-
#include <stdlib.h>
#include "hack.h"