Re: [patch] Fix constants in PosixSource.h

2010-05-24 Thread Simon Marlow
On 20/05/2010 18:10, Gabor PALI wrote: I found some problems with rts/PosixSource.h that make the validate script fail on FreeBSD (they emit GCC warnings when compiling the RTS). The reason is that constants are defined with wrong values and in a wrong way. For more information see a recent thre

Re: [patch] Fix constants in PosixSource.h

2010-05-21 Thread Simon Marlow
On 21/05/2010 10:39, Simon Marlow wrote: On 20/05/2010 18:10, Gabor PALI wrote: Hello, I found some problems with rts/PosixSource.h that make the validate script fail on FreeBSD (they emit GCC warnings when compiling the RTS). The reason is that constants are defined with wrong values and in a

Re: [patch] Fix constants in PosixSource.h

2010-05-21 Thread Simon Marlow
On 20/05/2010 18:10, Gabor PALI wrote: Hello, I found some problems with rts/PosixSource.h that make the validate script fail on FreeBSD (they emit GCC warnings when compiling the RTS). The reason is that constants are defined with wrong values and in a wrong way. For more information see a rec

[patch] Fix constants in PosixSource.h

2010-05-20 Thread Gabor PALI
Hello, I found some problems with rts/PosixSource.h that make the validate script fail on FreeBSD (they emit GCC warnings when compiling the RTS). The reason is that constants are defined with wrong values and in a wrong way. For more information see a recent thread on the freebsd-hackers mailin