Hi Adrian, Adrian Ebeling wrote: > lib/backupfile.c contains a feature check for pathconf() > (HAVE_PATHCONF), but later on fpathconf() is used without a check. > Therefore, the file can't be compiled on systems that don't have pathconf.
On which system is this? In our experience, the systems that have pathconf also have fpathconf and vice versa. [1][2] Bruno [1] https://www.gnu.org/software/gnulib/manual/html_node/fpathconf.html [2] https://www.gnu.org/software/gnulib/manual/html_node/pathconf.html