File ffcall-asm_cachectl.patch of Package ffcall
--- callback/trampoline_r/trampoline.c +++ callback/trampoline_r/trampoline.c 2013-05-08 11:43:26.793439676 +0000 @@ -183,15 +183,11 @@ extern RETGETPAGESIZETYPE getpagesize (v #ifdef ultrix #include <mips/cachectl.h> #else -#ifdef linux -#include <asm/cachectl.h> -#else #ifdef HAVE_SYS_CACHECTL_H #include <sys/cachectl.h> #endif #endif #endif -#endif #ifdef __m88k__ #include <sys/syslocal.h> #endif