patch-system_c 295 B

1234567891011
  1. --- strace-4.5.18.orig/system.c 2007-01-17 00:22:36.000000000 +0100
  2. +++ strace-4.5.18/system.c 2009-11-22 21:29:57.404591477 +0100
  3. @@ -70,7 +70,7 @@
  4. #include <linux/capability.h>
  5. #endif
  6. -#ifdef SYS_cacheflush
  7. +#if defined SYS_cacheflush && !defined ARM
  8. #include <asm/cachectl.h>
  9. #endif