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

(-)ppp-2.4.2.orig/pppd/main.c (-1 / +1 lines)
Lines 1338-1345 Link Here
1338
    act.sa_handler = SIG_IGN;
1338
    act.sa_handler = SIG_IGN;
1339
    act.sa_flags = 0;
1339
    act.sa_flags = 0;
1340
    sigaction(sig, &act, &oldact);
1341
    kill(0, sig);
1340
    kill(0, sig);
1341
    sigaction(sig, &act, &oldact);
1342
    sigaction(sig, &oldact, NULL);
1342
    sigaction(sig, &oldact, NULL);
1343
}
1343
}

Return to bug 57238