Re: [patch] Fix validation problem of Linker.c

2010-05-20 Thread Ian Lynagh
On Wed, May 19, 2010 at 12:34:15PM +0200, Gabor PALI wrote: > > I got a validation error on FreeBSD/i386 for Linker.c. I attach a > tiny patch to fix it, hopefully other systems will like it too :) Patch applied, thanks! Thanks Ian ___ Cvs-ghc maili

Re: [patch] Fix validation problem of Linker.c

2010-05-19 Thread Matthias Kilian
[re-sending to the list and Gabor, not only to Ian...] On Wed, May 19, 2010 at 04:46:24PM +0100, Ian Lynagh wrote: > On Wed, May 19, 2010 at 05:19:31PM +0200, Matthias Kilian wrote: > > On Wed, May 19, 2010 at 12:34:15PM +0200, Gabor PALI wrote: > > > I got a validation error on FreeBSD/i386 for L

Re: [patch] Fix validation problem of Linker.c

2010-05-19 Thread Ian Lynagh
On Wed, May 19, 2010 at 05:19:31PM +0200, Matthias Kilian wrote: > On Wed, May 19, 2010 at 12:34:15PM +0200, Gabor PALI wrote: > > I got a validation error on FreeBSD/i386 for Linker.c. I attach a > > tiny patch to fix it, hopefully other systems will like it too :) > > This is because dlerror(3)

Re: [patch] Fix validation problem of Linker.c

2010-05-19 Thread Matthias Kilian
On Wed, May 19, 2010 at 12:34:15PM +0200, Gabor PALI wrote: > I got a validation error on FreeBSD/i386 for Linker.c. I attach a > tiny patch to fix it, hopefully other systems will like it too :) This is because dlerror(3) is const char*, right? Do you just get a warning or any kind of error? I'

[patch] Fix validation problem of Linker.c

2010-05-19 Thread Gabor PALI
Hello, I got a validation error on FreeBSD/i386 for Linker.c. I attach a tiny patch to fix it, hopefully other systems will like it too :) Cheers, :g ghc-rts-Linker.c.diff Description: Binary data ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://w