summaryrefslogtreecommitdiff
path: root/games/hack/hack.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/hack/hack.h')
-rw-r--r--games/hack/hack.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/hack/hack.h b/games/hack/hack.h
index 944967de06b..4ab2f2b0bdb 100644
--- a/games/hack/hack.h
+++ b/games/hack/hack.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: hack.h,v 1.8 2003/05/19 06:30:56 pjanzen Exp $*/
+/* $OpenBSD: hack.h,v 1.9 2006/03/14 22:06:10 deraadt Exp $*/
/* $NetBSD: hack.h,v 1.3 1995/03/23 08:30:21 cgd Exp $*/
/*
@@ -214,7 +214,7 @@ extern char lock[PL_NSIZ+4];
/* alloc.c */
-long *alloc(unsigned int);
+void *alloc(unsigned int);
/* hack.apply.c */
int doapply(void);