From 8db807ba2447f0c46135a1a1d38a98c95ac180b1 Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Wed, 14 Jun 2023 01:06:30 -0400 Subject: Check for file_utimens since that's the correct RPC for changing access/modification times libtrivfs/nfsd/fakeroot can now make the call to the underlying translators. Message-Id: --- 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]) -- cgit v1.2.3