Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 86550
Collapse All | Expand All

(-)hddtemp-0.3-beta12/src/hddtemp.c (+2 lines)
Lines 349-354 Link Here
349
        close(i);
349
        close(i);
350
  }
350
  }
351
351
352
  setsid();
353
  
352
  /* redirect signals */
354
  /* redirect signals */
353
  for(i = 0; i <= _NSIG; i++) {
355
  for(i = 0; i <= _NSIG; i++) {
354
    switch(i) {
356
    switch(i) {

Return to bug 86550