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

(-)sysctl.c.orig (-1 / +1 lines)
Lines 640-646 Link Here
640
	}
640
	}
641
641
642
642
643
	if (stat(DEFAULT_PRELOAD, &ts) < 0 && S_ISREG(ts.st_mode)) {
643
	if (stat(DEFAULT_PRELOAD, &ts) == 0 && S_ISREG(ts.st_mode)) {
644
		if (!Quiet)
644
		if (!Quiet)
645
			printf(_("* Applying %s ...\n"), DEFAULT_PRELOAD);
645
			printf(_("* Applying %s ...\n"), DEFAULT_PRELOAD);
646
		rc |= Preload(DEFAULT_PRELOAD);
646
		rc |= Preload(DEFAULT_PRELOAD);

Return to bug 520314