Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37807308
en ru br
ALT Linux repos
S:0.4.3-alt1
5.0: 0.3-alt6.15
4.1: 0.3-alt6.15
4.0: 0.3-alt5.15
3.0: 0.3-alt1.14

Group :: Monitoring
RPM: hddtemp

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: hddtemp-0.3beta15-compile.patch
Download


diff --git a/hddtemp/src/backtrace.c b/hddtemp/src/backtrace.c
index 878bb37..a205b1a 100644
--- a/hddtemp/src/backtrace.c
+++ b/hddtemp/src/backtrace.c
@@ -16,6 +16,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+#define _GNU_SOURCE
 #include <features.h>
 
 #if defined(__i386__) && defined(__GLIBC__)
@@ -31,7 +32,7 @@
 #include <bits/sigcontext.h>
 #include <sys/param.h>
 
-#define __USE_GNU
+//#define __USE_GNU
 #include <ucontext.h>
 
 #define MAX_BTSIZE 64
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin