bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH hurd] Check for file_utimens since that's the correct RPC for


From: Samuel Thibault
Subject: Re: [PATCH hurd] Check for file_utimens since that's the correct RPC for changing access/modification times
Date: Wed, 14 Jun 2023 14:21:42 +0200
User-agent: NeoMutt/20170609 (1.8.3)

Applied, thanks!

Flavio Cruz, le mer. 14 juin 2023 01:06:30 -0400, a ecrit:
> 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])



reply via email to

[Prev in Thread] Current Thread [Next in Thread]