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

Collapse All | Expand All

(-)coreutils-5.2.1/lib/fts.c (+1 lines)
Lines 610-615 Link Here
610
		if (p->fts_level == FTS_ROOTLEVEL) {
610
		if (p->fts_level == FTS_ROOTLEVEL) {
611
			if (FCHDIR(sp, sp->fts_rfd)) {
611
			if (FCHDIR(sp, sp->fts_rfd)) {
612
				SET(FTS_STOP);
612
				SET(FTS_STOP);
613
				sp->fts_cur = p;
613
				return (NULL);
614
				return (NULL);
614
			}
615
			}
615
			fts_load(sp, p);
616
			fts_load(sp, p);

Return to bug 87490