Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 48455 | Differences between
and this patch

Collapse All | Expand All

(-)hddtemp-0.3-beta12/src/hddtemp.c.orig (+8 lines)
Lines 35-40 Link Here
35
#define _(String) (String)
35
#define _(String) (String)
36
#endif
36
#endif
37
37
38
#ifdef HAVE_LOCALE_H
39
#include <locale.h>
40
#endif
41
38
// Standard includes
42
// Standard includes
39
#include <unistd.h>
43
#include <unistd.h>
40
#include <stdlib.h>
44
#include <stdlib.h>
Lines 482-490 Link Here
482
  backtrace_sigill();
486
  backtrace_sigill();
483
  backtrace_sigbus();
487
  backtrace_sigbus();
484
488
489
#ifdef  HAVE_SETLOCALE
485
  setlocale (LC_ALL, "");
490
  setlocale (LC_ALL, "");
491
#endif
492
#ifdef HAVE_GETTEXT
486
  bindtextdomain (PACKAGE, LOCALEDIR);
493
  bindtextdomain (PACKAGE, LOCALEDIR);
487
  textdomain (PACKAGE);
494
  textdomain (PACKAGE);
495
#endif
488
  
496
  
489
  show_db = debug = numeric = quiet = wakeup = af_hint = 0;
497
  show_db = debug = numeric = quiet = wakeup = af_hint = 0;
490
  portnum = PORT_NUMBER;
498
  portnum = PORT_NUMBER;

Return to bug 48455