summaryrefslogtreecommitdiff
path: root/malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'malloc.c')
-rw-r--r--malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc.c b/malloc.c
index ef095c5601..6e664fc39b 100644
--- a/malloc.c
+++ b/malloc.c
@@ -253,7 +253,7 @@ morecore(bucket)
}
}
-void
+Free_t
free(mp)
Malloc_t mp;
{