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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- sandbox-3.1/libsandbox/trace.c.orig
0
++ sandbox-3.1/libsandbox/trace.c
Lines 720-726 Link Here
720
		return errno == ENOSYS ? false : true;
720
		return errno == ENOSYS ? false : true;
721
	}
721
	}
722
722
723
 fail:
723
 fail: ;
724
	char *args = flatten_args(argv);
724
	char *args = flatten_args(argv);
725
	sb_eqawarn("Unable to trace static ELF: %s: %s\n", filename, args);
725
	sb_eqawarn("Unable to trace static ELF: %s: %s\n", filename, args);
726
	free(args);
726
	free(args);

Return to bug 821433