Re: [PATCH] portability problems on FreeBSD

2003-07-11 Thread Lars Balker Rasmussen
Lars Balker Rasmussen <[EMAIL PROTECTED]> writes: > Whoa, that didn't work too well. Let's try again: > > gcc on FreeBSD (and I'd imagine others) complains over an fprintf > in exceptions.c. > > malloc.h is deprecated on FreeBSD 5, and will make various > configuration tests fail. The following p

Re: [PATCH] portability problems on FreeBSD

2003-07-11 Thread Lars Balker Rasmussen
Lars Balker Rasmussen <[EMAIL PROTECTED]> writes: > Whoa, that didn't work too well. Let's try again: > > gcc on FreeBSD (and I'd imagine others) complains over an fprintf > in exceptions.c. > > malloc.h is deprecated on FreeBSD 5, and will make various > configuration tests fail. The following p

Re: [PATCH] portability problems on FreeBSD

2003-07-11 Thread Lars Balker Rasmussen
Index: exceptions.c === RCS file: /cvs/public/parrot/exceptions.c,v retrieving revision 1.17 diff -u -a -r1.17 exceptions.c --- exceptions.c 10 Jul 2003 16:56:46 - 1.17 +++ exceptions.c 11 Jul 2003 13:29:01 - @@ -119,7 +119,7 @