On Monday 25 October 2010 06:06:15 Samuli Suominen (ssuominen) wrote:
> ssuominen    10/10/25 09:06:15
> 
>   Added:                mpfc-1.3.7-INT_MAX.patch
>   Log:
>   Missing include limits.h, required by recent linux-headers for cdrom.h
> and INT_MAX. Fix installation with recent coreutils wrt #335449 by Diego
> E. Pettenò.
[...]
> 
>  #include <stdio.h>
> +#include <limits.h> /* cdrom.h and INT_MAX */
>  #include <linux/cdrom.h>
>  #include <errno.h>
>  #include <string.h>

Am I missing something obvious or is it just hiding a bug in the linux 
headers? I see no usage of INT_MAX in the patched .c file...

This comes to my mind too:
http://blog.flameeyes.eu/2009/02/04/brace-for-impact

A.

Reply via email to