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

Collapse All | Expand All

(-)/usr/portage/net-wireless/aircrack-ng/files/process-group-leader.c (-2 / +7 lines)
Lines 8-15 Link Here
8
8
9
	signal (SIGQUIT, SIG_IGN);
9
	signal (SIGQUIT, SIG_IGN);
10
	signal (SIGTERM, SIG_IGN);
10
	signal (SIGTERM, SIG_IGN);
11
	setpgrp ();
11
	
12
12
	#if defined(__FreeBSD__)
13
		setpgrp (0,getpid());
14
	#else
15
		setpgrp();
16
	#endif
17
	
13
	pid=fork ();
18
	pid=fork ();
14
	if (pid == 0) {
19
	if (pid == 0) {
15
		int status;
20
		int status;

Return to bug 171217