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

Collapse All | Expand All

(-)tcltk-8.3.3/expect5.32/exp_command.c.fixit (-4 lines)
Lines 513-523 Link Here
513
    syscall(SYS_setpgrp);
513
    syscall(SYS_setpgrp);
514
#endif
514
#endif
515
515
516
#ifdef SETPGRP_VOID
517
    (void) setpgrp();
516
    (void) setpgrp();
518
#else
519
    (void) setpgrp(0,0);
520
#endif
521
}
517
}
522
518
523
519

Return to bug 59828