summaryrefslogtreecommitdiffstats
path: root/hack/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'hack/extern.h')
-rw-r--r--hack/extern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hack/extern.h b/hack/extern.h
index a6ac46d2..32bd5098 100644
--- a/hack/extern.h
+++ b/hack/extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.15 2011/08/06 20:00:33 dholland Exp $ */
+/* $NetBSD: extern.h,v 1.16 2011/08/06 20:18:26 dholland Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
#include <stdio.h>
/* alloc.c */
-long *alloc(unsigned);
+void *alloc(size_t);
/* hack.apply.c */
int doapply(void);