[PATCH] Fix spurious failure of AC_STAT64 test

Jan Kratochvil jan.kratochvil at redhat.com
Sat Jan 23 23:46:06 UTC 2010


On Sun, 24 Jan 2010 00:20:04 +0100, Andreas Schwab wrote:
> * acinclude.m4 (AC_STAT64): Include <sys/stat.h> instead of
> <linux/stat.h>.
...
>  [AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#ifdef LINUX
> -#include <linux/types.h>
> +#include <sys/types.h>
>  #include <asm/stat.h>
>  #else

The ChangeLog entry does not correspond to the patch content.


Regards,
Jan




More information about the Strace-devel mailing list