libtrivfs/nfsd/fakeroot can now make the call to the underlying translators. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac index 44aa69d7..452fe1fd 100644 --- a/configure.ac +++ b/configure.ac @@ -155,7 +155,7 @@ AC_CHECK_FUNCS(file_exec_paths exec_exec_paths _hurd_exec_paths) AC_CHECK_FUNCS(_hurd_libc_proc_init) # Compatibility with glibc < 2.28 -AC_CHECK_FUNCS(file_futimens) +AC_CHECK_FUNCS(file_utimens) AC_DEFINE([UTIME_NOW],[-1]) AC_DEFINE([UTIME_OMIT],[-2]) -- 2.39.2