From 8d8ec278f4583f8b52af63129fe2556ffc4ec8c3 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Wed, 24 May 2017 15:32:12 -0700 Subject: [PATCH] Don't try to declare malloc(), include stdlib.h --- src/uraid.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/uraid.c b/src/uraid.c index 6d9a5f7..fd35334 100755 --- a/src/uraid.c +++ b/src/uraid.c @@ -30,6 +30,7 @@ static char *id = "@(#) uraid.c 1.52 4/23/92 (Venue & Fuji Xerox)"; #include +#include #ifdef ISC #include @@ -917,8 +918,6 @@ device_before_raid() union wait status; #endif /* SUNDISPLAY */ - char *malloc(); - int_timer_off(); #if (defined(XWINDOW) && defined(SYSVSIGNALS) && defined(SIGIO))