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

(-)file_not_specified_in_diff (-1 / +4 lines)
Line  Link Here
0
-- Linux-PAM-0.78/modules/pam_exim/support.c   2001-09-23 15:49:52.000000000 +0200
0
++ Linux-PAM-0.78-edit/modules/pam_exim/support.c      2005-08-19 00:28:13.379715720 +0200
Lines 406-411 Link Here
406
       return PAM_AUTH_ERR;
406
       return PAM_AUTH_ERR;
407
    }
407
    }
408
    /* try to fix SIG_IGN POSIX problem under RH9 */
409
    signal(SIGCHLD, SIG_DFL);
408
    /* fork */
410
    /* fork */
409
    child = fork();
411
    child = fork();
410
    if (child == 0) {
412
    if (child == 0) {
Lines 454-459 Link Here
454
       retval = PAM_AUTH_ERR;
456
       retval = PAM_AUTH_ERR;
455
    }
457
    }
458
    signal(SIGCHLD, SIG_IGN);
456
    D(("returning %d", retval));
459
    D(("returning %d", retval));
457
    return retval;
460
    return retval;
458
}
461
}

Return to bug 104126