summaryrefslogtreecommitdiffstats
path: root/abs/extra/hddtemp/hddtemp-0.3-beta15-reg-eip.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-11-26 14:56:18 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-11-26 14:56:18 (GMT)
commit13a53b0255f00a0fdb3ac9c6724f4394da38457e (patch)
treebcad6420490ffffdc97de49c973cef5b5b8d55f0 /abs/extra/hddtemp/hddtemp-0.3-beta15-reg-eip.patch
parentedb785c434860758abe8c0df08993785a24b89f5 (diff)
downloadlinhes_pkgbuild-13a53b0255f00a0fdb3ac9c6724f4394da38457e.zip
linhes_pkgbuild-13a53b0255f00a0fdb3ac9c6724f4394da38457e.tar.gz
linhes_pkgbuild-13a53b0255f00a0fdb3ac9c6724f4394da38457e.tar.bz2
hddtemp: updated from abs
Diffstat (limited to 'abs/extra/hddtemp/hddtemp-0.3-beta15-reg-eip.patch')
-rw-r--r--abs/extra/hddtemp/hddtemp-0.3-beta15-reg-eip.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/abs/extra/hddtemp/hddtemp-0.3-beta15-reg-eip.patch b/abs/extra/hddtemp/hddtemp-0.3-beta15-reg-eip.patch
deleted file mode 100644
index 504a036..0000000
--- a/abs/extra/hddtemp/hddtemp-0.3-beta15-reg-eip.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-__USE_GNU needs to be in effect when including sys/ucontext.h,
-and signal.h pulls it in in some setups.
-
-diff -up hddtemp-0.3-beta15/src/backtrace.c~ hddtemp-0.3-beta15/src/backtrace.c
---- hddtemp-0.3-beta15/src/backtrace.c~ 2006-04-19 05:38:14.000000000 +0300
-+++ hddtemp-0.3-beta15/src/backtrace.c 2010-02-14 21:59:47.000000000 +0200
-@@ -27,13 +27,12 @@
- #include <stdlib.h>
- #include <unistd.h>
- #include <linux/ptrace.h>
-+#define __USE_GNU
-+#include <ucontext.h>
- #include <signal.h>
- #include <bits/sigcontext.h>
- #include <sys/param.h>
-
--#define __USE_GNU
--#include <ucontext.h>
--
- #define MAX_BTSIZE 64
-
- void backtrace_handler(int n, siginfo_t *ist, void *extra) {