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:
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user