On Tue, Jun 11, 2002 at 04:29:01AM -0700, Tristram Wulfschlaeger wrote:
> Hey all,
> 
> I have been fiddling with the copy of ROM that I downloaded earlier today
> and have managed to reduce the number of fatal errors at compile to 4.  What
> confuses me are these last four.  I would like to concentrate on one first.
> 
> The error occurs in the save.c file line 37; the file cannot be opened.
> 
> #include <malloc.h>

malloc.h is deprecated, it's in stdlib.h (ISO C89 and POSIX).

No matter what all the Linux people say, crypt.h is too! (use unistd.h)

Edwin

-- 
Edwin Groothuis      |           Personal website: http://www.MavEtJu.org
[EMAIL PROTECTED]    |        Interested in MUDs? Visit Fatal Dimensions:
bash$ :(){ :|:&};:   |                    http://www.FatalDimensions.org/

Reply via email to