From: Paul Eggert Date: Wed, 23 Oct 2024 21:30:35 +0000 (-0700) Subject: backupfile: fix irealloc dependency X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=d65178b11fb10622996cf3216fb16d1825ef6bea;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index 93b50bde70..f8209aff70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2024-10-23 Paul Eggert + 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