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

(-)qingy-0.9.8_orig/src/libraries/session.c (-2 / +1 lines)
Lines 1045-1052 Link Here
1045
#endif
1045
#endif
1046
1046
1047
		/* clean up standard input, output, error */
1047
		/* clean up standard input, output, error */
1048
		//freopen("/dev/null", "r", stdin);
1048
		freopen("/dev/null", "r", stdin);
1049
		fclose(stdin);
1050
		freopen(ttyname, "w", stdout);
1049
		freopen(ttyname, "w", stdout);
1051
		freopen(ttyname, "w", stderr);
1050
		freopen(ttyname, "w", stderr);
1052
		free(ttyname);
1051
		free(ttyname);

Return to bug 267704