changeset 40102:c98985691335

backup: update dependencies * modules/backup-rename (Depends-on): It now depends on opendirat instead of opendir. It also uses stdint, and xalloc-oversized. But no longer dirfd. * modules/backupfile (Depends-on): Add xalloc-oversized.
author Akim Demaille <akim.demaille@gmail.com>
date Sun, 13 Jan 2019 11:16:20 +0100
parents 7c995961cd9c
children a92075582b06
files ChangeLog modules/backup-rename modules/backupfile
diffstat 3 files changed, 14 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Jan 13 19:14:10 2019 +0100
+++ b/ChangeLog	Sun Jan 13 11:16:20 2019 +0100
@@ -1,3 +1,11 @@
+2019-01-13  Akim Demaille  <akim@lrde.epita.fr>
+
+	backup: update dependencies
+	* modules/backup-rename (Depends-on): It now depends on opendirat
+	instead of opendir.  It also uses stdint, and xalloc-oversized.
+	But no longer dirfd.
+	* modules/backupfile (Depends-on): Add xalloc-oversized.
+
 2019-01-13  Bruno Haible  <bruno@clisp.org>
 
 	getcwd: Fix test failure when building on a Linux 9p file system.
--- a/modules/backup-rename	Sun Jan 13 19:14:10 2019 +0100
+++ b/modules/backup-rename	Sun Jan 13 11:16:20 2019 +0100
@@ -13,14 +13,15 @@
 closedir
 d-ino
 dirent-safer
-dirfd
 dirname-lgpl
 fcntl
 memcmp
-opendir
+opendirat
+readdir
 renameatu
-readdir
 stdbool
+stdint
+xalloc-oversized
 
 configure.ac:
 gl_BACKUPFILE
--- a/modules/backupfile	Sun Jan 13 19:14:10 2019 +0100
+++ b/modules/backupfile	Sun Jan 13 11:16:20 2019 +0100
@@ -17,11 +17,12 @@
 fcntl
 memcmp
 opendirat
+readdir
 renameatu
-readdir
 stdbool
 stdint
 xalloc
+xalloc-oversized
 
 configure.ac:
 gl_BACKUPFILE