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

Collapse All | Expand All

(-)a/utils/nfsstat/nfsstat.c (-2 / +1 lines)
Lines 336-342 main(int argc, char **argv) Link Here
336
336
337
	struct sigaction act = {
337
	struct sigaction act = {
338
		.sa_handler = unpause,
338
		.sa_handler = unpause,
339
		.sa_flags = SA_ONESHOT,
339
		.sa_flags = SA_RESETHAND,
340
	};
340
	};
341
341
342
	if ((progname = strrchr(argv[0], '/')))
342
	if ((progname = strrchr(argv[0], '/')))
343
- 

Return to bug 532514