Andre Majorel <[EMAIL PROTECTED]> writes:

> Quick and dirty fix : insert the following in utils.c before the
> reference to MAP_FAILED :
> 
> #ifndef MAP_FAILED
> #  define MAP_FAILED -1
> #endif

Not dirty at all: this fix will be in the next release, except it will
be in sysdep.h, and -1 will be cast to a pointer.

Reply via email to