]> git.pld-linux.org Git - packages/strace.git/blob - strace-sparc64.patch
- build fix.
[packages/strace.git] / strace-sparc64.patch
1 --- strace-4.5.11/defs.h.orig   2005-02-06 01:16:32 +0000
2 +++ strace-4.5.11/defs.h        2005-05-24 23:14:19 +0000
3 @@ -193,7 +193,13 @@
4  
5  #ifdef LINUXSPARC
6  #include <linux/a.out.h>
7 +
8 +#ifdef __sparc_v9__
9 +#include <asm/psrcompat.h>
10 +#else
11  #include <asm/psr.h>
12 +#endif
13 +
14  #undef  SUPPORTED_PERSONALITIES
15  #if defined(SPARC64)
16  #define SUPPORTED_PERSONALITIES 3
This page took 0.058511 seconds and 3 git commands to generate.