VirtualBox

Changeset 1558 in kBuild


Ignore:
Timestamp:
Apr 23, 2008 1:46:04 AM (17 years ago)
Author:
bird
Message:

drop the cyclic check on windows if ino and dev is 0. fixed a slash check.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/fts.c

    r809 r1558  
    402402#define NAPPEND(p)                                                      \
    403403        (p->fts_level == FTS_ROOTLEVEL && p->fts_pathlen == 1 &&        \
    404             p->fts_path[0] == '/' ? 0 : p->fts_pathlen)
     404            IS_SLASH(p->fts_path[0]) ? 0 : p->fts_pathlen)
    405405
    406406FTSENT *
     
    10751075                 * something faster might be worthwhile.
    10761076                 */
     1077
     1078#ifdef _MSC_VER
     1079                if (ino && dev) /** @todo ino emulation on windows... */
     1080#endif
    10771081                for (t = p->fts_parent;
    10781082                    t->fts_level >= FTS_ROOTLEVEL; t = t->fts_parent)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette