1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-05-04 07:19:21 +00:00

Don't try to declare malloc(), include stdlib.h

This commit is contained in:
Nick Briggs
2017-05-24 15:32:12 -07:00
parent 063659e840
commit 8d8ec278f4

View File

@@ -30,6 +30,7 @@ static char *id = "@(#) uraid.c 1.52 4/23/92 (Venue & Fuji Xerox)";
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#ifdef ISC #ifdef ISC
#include <sys/bsdtypes.h> #include <sys/bsdtypes.h>
@@ -917,8 +918,6 @@ device_before_raid()
union wait status; union wait status;
#endif /* SUNDISPLAY */ #endif /* SUNDISPLAY */
char *malloc();
int_timer_off(); int_timer_off();
#if (defined(XWINDOW) && defined(SYSVSIGNALS) && defined(SIGIO)) #if (defined(XWINDOW) && defined(SYSVSIGNALS) && defined(SIGIO))