Gisle Vanem wrote: > since the commit "diff: use openat, fstatat when recursive": > > https://git.savannah.gnu.org/cgit/diffutils.git/commit/?id=6bf2c33ea45c20061c13eeefebf2951eab79b61c > > any '--recursive' option has stopped working on > Windows. AFAICS, since the 'openat()' seems unsupported > on Windows (accessing '/proc/self/x' and other stuff).
Does it work if you add the modules 'fstatat' and 'openat' to bootstrap.conf? These modules are supported on native Windows [1][2]. Bruno [1] https://www.gnu.org/software/gnulib/manual/html_node/fstatat.html [2] https://www.gnu.org/software/gnulib/manual/html_node/openat.html