]> git.pld-linux.org Git - packages/strace.git/commitdiff
- s/if defined(__sparc_v9__)/if definded(__sparc__) && defined(__arch64__)/
authorPaweł Sikora <pluto@pld-linux.org>
Wed, 25 May 2005 09:57:45 +0000 (09:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    strace-sparc64.patch -> 1.2

strace-sparc64.patch

index 86858a9dbef06f621078177a65dea4360633920d..9a6ccd616e1517a7a67ca4c8e6404abac065f275 100644 (file)
@@ -5,7 +5,7 @@
  #ifdef LINUXSPARC
  #include <linux/a.out.h>
 +
-+#ifdef __sparc_v9__
++#if defined(__sparc__) && defined(__arch64__)
 +#include <asm/psrcompat.h>
 +#else
  #include <asm/psr.h>
This page took 0.203178 seconds and 4 git commands to generate.