* modules/backupfile (Depends-on): Depend on irealloc,
not realloc-gnu, as the code now uses irealloc not realloc
and does not depend on GNU semantics anyway.
---
 ChangeLog          | 5 +++++
 modules/backupfile | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 93b50bde70..f8209aff70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2024-10-23  Paul Eggert  <egg...@cs.ucla.edu>
 
+       backupfile: fix irealloc dependency
+       * modules/backupfile (Depends-on): Depend on irealloc,
+       not realloc-gnu, as the code now uses irealloc not realloc
+       and does not depend on GNU semantics anyway.
+
        group-member: fix malloc-gnu dependency
        * modules/group-member (Depends-on): Depend on malloc-gnu,
        not realloc-gnu, since the code uses malloc not realloc.
diff --git a/modules/backupfile b/modules/backupfile
index b02cdc1cb1..7945c92b6e 100644
--- a/modules/backupfile
+++ b/modules/backupfile
@@ -17,10 +17,10 @@ closedir
 d-ino
 fcntl-h
 ialloc
+irealloc
 memcmp
 opendirat
 readdir
-realloc-gnu
 renameatu
 stdbool
 stdckdint
-- 
2.43.0


Reply via email to