diff options
author | Felix Domke <tmbinc@elitedvb.ne> | 2007-12-11 01:48:17 +0000 |
---|---|---|
committer | Felix Domke <tmbinc@elitedvb.ne> | 2007-12-11 01:48:17 +0000 |
commit | fedd672c6e6c38fcd8c97f712aca4e1dc1052cb8 (patch) | |
tree | 80f8afb0750334a80d8f302e50de05523971b4d2 /packages/strace/strace-4.5.14/glibc-2.5.patch | |
parent | 2e66df82e8d11701041c0f35f8551718023f66d1 (diff) |
strace: drop 4.5.14 for propagate
Diffstat (limited to 'packages/strace/strace-4.5.14/glibc-2.5.patch')
-rw-r--r-- | packages/strace/strace-4.5.14/glibc-2.5.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/strace/strace-4.5.14/glibc-2.5.patch b/packages/strace/strace-4.5.14/glibc-2.5.patch deleted file mode 100644 index 3ee6b3de75..0000000000 --- a/packages/strace/strace-4.5.14/glibc-2.5.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- strace-4.5.14/strace.c~ 2006-10-14 14:54:54.000000000 +1000 -+++ strace-4.5.14/strace.c 2006-10-14 14:54:54.000000000 +1000 -@@ -2251,7 +2251,7 @@ - if (!cflag - && (qual_flags[WSTOPSIG(status)] & QUAL_SIGNAL)) { - unsigned long addr = 0, pc = 0; --#ifdef PT_GETSIGINFO -+#if defined(PT_GETSIGINFO) && defined(IA64) - # define PSR_RI 41 - struct siginfo si; - unsigned long psr; |