Changeset 3535 for trunk/src/lib/nt/fts-nt.c
- Timestamp:
- Dec 21, 2021, 12:32:28 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/nt/fts-nt.c
r3009 r3535 85 85 #include "nthlp.h" 86 86 #include "ntdir.h" 87 #include "ntopenat.h" /* for AT_FDCWD */ 87 88 #include <stdio.h>//debug 88 89 … … 191 192 sp->fts_options = options; 192 193 SET(FTS_NOCHDIR); /* NT: FTS_NOCHDIR is always on (for external consumes) */ 194 sp->fts_cwd_fd = AT_FDCWD; 193 195 194 196 /* Shush, GCC. */
Note:
See TracChangeset
for help on using the changeset viewer.