Hi Padraig,

On 4/7/22 18:43, Pádraig Brady wrote:
> * gnulib: Update to latest
> * src/copy.c: Replace deprecated {l,}statat(), with fstatat().

bootstrap now warns:

  Notice from module statat:
    This module is obsolete.  Please use fstatat instead, and decide
    whether you want AT_NO_AUTOMOUNT in each fstatat call.

The attached fixes it.

Have a nice day,
Berny
From d44f2a80f3c7d38845eb56148c3c0fd92668c5db Mon Sep 17 00:00:00 2001
From: Bernhard Voelker <m...@bernhard-voelker.de>
Date: Thu, 7 Apr 2022 18:59:16 +0200
Subject: [PATCH] maint: remove obsolete statat gnulib module

* bootstrap.conf (gnulib_modules): Remove statat.
---
 bootstrap.conf | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index 5ca56f917..c1399e30c 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -247,7 +247,6 @@ gnulib_modules="
   stat-macros
   stat-size
   stat-time
-  statat
   stdbool
   stdlib-safer
   stpcpy
-- 
2.35.1

Reply via email to