From 679426dc52b7c5ef9223f9ec7065855f81102c78 Mon Sep 17 00:00:00 2001 From: kamil Date: Tue, 10 Nov 2020 08:49:08 +0000 Subject: Integrate Warp Kit into the NetBSD build Fix the build and make it install and run with minimal required changes. --- warp/util.c | 1 - 1 file changed, 1 deletion(-) (limited to 'warp/util.c') diff --git a/warp/util.c b/warp/util.c index 246f0de9..4f5d2960 100644 --- a/warp/util.c +++ b/warp/util.c @@ -97,7 +97,6 @@ safemalloc(size) MEM_SIZE size; { char *ptr; - char *malloc(); ptr = malloc(size?size:1); /* malloc(0) is NASTY on our system */ if (ptr != Nullch) -- cgit v1.2.3