mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
11 lines
353 B
C
11 lines
353 B
C
--- src/heap.c.orig 2023-06-11 18:59:24 UTC
|
|
+++ src/heap.c
|
|
@@ -34,7 +34,7 @@
|
|
static heap_cell_t* pool_alloc(heap_t*);
|
|
static void pool_swipe(heap_t*);
|
|
/******************************************************************************/
|
|
-heap_t* heap_create()
|
|
+heap_t* heap_create(void)
|
|
{
|
|
heap_t* heap = calloc(1, sizeof(heap_t));
|
|
if (!heap) {
|