Ignore:
Timestamp:
Dec 21, 2021, 12:32:28 AM (4 years ago)
Author:
bird
Message:

nt/fts-nt.c+h: A couple of tweaks to make grep happy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/nt/fts-nt.c

    r3009 r3535  
    8585#include "nthlp.h"
    8686#include "ntdir.h"
     87#include "ntopenat.h" /* for AT_FDCWD */
    8788#include <stdio.h>//debug
    8889
     
    191192        sp->fts_options = options;
    192193        SET(FTS_NOCHDIR); /* NT: FTS_NOCHDIR is always on (for external consumes) */
     194        sp->fts_cwd_fd = AT_FDCWD;
    193195
    194196        /* Shush, GCC. */
Note: See TracChangeset for help on using the changeset viewer.