View | Details | Raw Unified | Return to bug 19705
Collapse All | Expand All

(-)/yard/lodin/archive/head//yard/compile/RPM/BUILD/xclip-0.11/xclip.c (+3 lines)
Lines 278-283 Link Here
278
	/* exit the parent process; */
278
	/* exit the parent process; */
279
	if (pid)
279
	if (pid)
280
	    exit(EXIT_SUCCESS);
280
	    exit(EXIT_SUCCESS);
281
282
	/* child: start a new session, and avoid getting sighup */
283
	setsid();
281
    }
284
    }
282
285
283
    /* print a message saying what we're waiting for */
286
    /* print a message saying what we're waiting for */

Return to bug 19705