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

Collapse All | Expand All

(-)a/lib/fts.c (-1 / +1 lines)
Lines 1551-1557 mem1: saved_er Link Here
1551
1551
1552
                /* Store dirent.d_ino, in case we need to sort
1552
                /* Store dirent.d_ino, in case we need to sort
1553
                   entries before processing them.  */
1553
                   entries before processing them.  */
1554
                p->fts_statp->st_ino = D_INO (dp);
1554
                memcpy(&p->fts_statp->st_ino, &dp, sizeof(p->fts_statp->st_ino));
1555
1555
1556
                /* Build a file name for fts_stat to stat. */
1556
                /* Build a file name for fts_stat to stat. */
1557
                if (ISSET(FTS_NOCHDIR)) {
1557
                if (ISSET(FTS_NOCHDIR)) {

Return to bug 642492