]> Savannah Git Hosting - gnulib.git/commitdiff
Use module 'filename' instead of module 'dosname'.
authorBruno Haible <bruno@clisp.org>
Sat, 28 Mar 2020 14:54:12 +0000 (15:54 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 28 Mar 2020 14:54:12 +0000 (15:54 +0100)
* lib/at-func.c: Include filename.h instead of dosname.h.
* lib/unlinkat.c: Likewise.
* modules/areadlinkat (Depends-on): Add filename. Remove dosname.
* modules/areadlinkat-with-size (Depends-on): Likewise.
* modules/faccessat (Depends-on): Likewise.
* modules/fchmodat (Depends-on): Likewise.
* modules/fchownat (Depends-on): Likewise.
* modules/fstatat (Depends-on): Likewise.
* modules/mkdirat (Depends-on): Likewise.
* modules/mkfifoat (Depends-on): Likewise.
* modules/readlinkat (Depends-on): Likewise.
* modules/selinux-at (Depends-on): Likewise.
* modules/symlinkat (Depends-on): Likewise.
* modules/unlinkat (Depends-on): Likewise.
* modules/utimensat (Depends-on): Likewise.

* lib/at-func2.c: Include filename.h instead of dosname.h.
* modules/linkat (Depends-on): Add filename. Remove dosname.
* modules/renameatu (Depends-on): Likewise.

* lib/canonicalize.c: Include filename.h instead of dosname.h.
* lib/canonicalize-lgpl.c: Likewise.
* modules/canonicalize (Depends-on): Add filename.
* modules/canonicalize-lgpl (Depends-on): Likewise.

* lib/dirname.h: Include filename.h instead of dosname.h.
* modules/dirname-lgpl (Depends-on): Add filename. Remove dosname.

* lib/fchdir.c: Include filename.h instead of dosname.h.
* modules/fchdir (Depends-on): Add filename. Remove dosname.

* lib/openat.c: Include filename.h instead of dosname.h.
* modules/openat (Depends-on): Add filename. Remove dosname.

* lib/rmdir.c: Include filename.h instead of dosname.h.
* modules/rmdir (Depends-on): Add filename. Remove dosname.

* lib/savewd.c: Include filename.h instead of dosname.h.
* modules/savewd (Depends-on): Add filename. Remove dosname.

* lib/unlink.c: Include filename.h instead of dosname.h.
* modules/unlink (Depends-on): Add filename. Remove dosname.

* modules/relocatable-prog-wrapper (Depends-on): Add filename.
* lib/relocwrapper.c: Update comments.

* modules/lstat (Depends-on): Remove dosname.

38 files changed:
ChangeLog
lib/at-func.c
lib/at-func2.c
lib/canonicalize-lgpl.c
lib/canonicalize.c
lib/dirname.h
lib/fchdir.c
lib/openat.c
lib/relocwrapper.c
lib/rmdir.c
lib/savewd.c
lib/unlink.c
lib/unlinkat.c
modules/areadlinkat
modules/areadlinkat-with-size
modules/canonicalize
modules/canonicalize-lgpl
modules/dirname-lgpl
modules/faccessat
modules/fchdir
modules/fchmodat
modules/fchownat
modules/fstatat
modules/linkat
modules/lstat
modules/mkdirat
modules/mkfifoat
modules/openat
modules/readlinkat
modules/relocatable-prog-wrapper
modules/renameatu
modules/rmdir
modules/savewd
modules/selinux-at
modules/symlinkat
modules/unlink
modules/unlinkat
modules/utimensat

index b754b5ae40941606a4b3fb3e1c0248c51fa99dbc..e4d2b7925dee435dd7a82c58eb596ebac0c3de46 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+2020-03-28  Bruno Haible  <bruno@clisp.org>
+
+       Use module 'filename' instead of module 'dosname'.
+
+       * lib/at-func.c: Include filename.h instead of dosname.h.
+       * lib/unlinkat.c: Likewise.
+       * modules/areadlinkat (Depends-on): Add filename. Remove dosname.
+       * modules/areadlinkat-with-size (Depends-on): Likewise.
+       * modules/faccessat (Depends-on): Likewise.
+       * modules/fchmodat (Depends-on): Likewise.
+       * modules/fchownat (Depends-on): Likewise.
+       * modules/fstatat (Depends-on): Likewise.
+       * modules/mkdirat (Depends-on): Likewise.
+       * modules/mkfifoat (Depends-on): Likewise.
+       * modules/readlinkat (Depends-on): Likewise.
+       * modules/selinux-at (Depends-on): Likewise.
+       * modules/symlinkat (Depends-on): Likewise.
+       * modules/unlinkat (Depends-on): Likewise.
+       * modules/utimensat (Depends-on): Likewise.
+
+       * lib/at-func2.c: Include filename.h instead of dosname.h.
+       * modules/linkat (Depends-on): Add filename. Remove dosname.
+       * modules/renameatu (Depends-on): Likewise.
+
+       * lib/canonicalize.c: Include filename.h instead of dosname.h.
+       * lib/canonicalize-lgpl.c: Likewise.
+       * modules/canonicalize (Depends-on): Add filename.
+       * modules/canonicalize-lgpl (Depends-on): Likewise.
+
+       * lib/dirname.h: Include filename.h instead of dosname.h.
+       * modules/dirname-lgpl (Depends-on): Add filename. Remove dosname.
+
+       * lib/fchdir.c: Include filename.h instead of dosname.h.
+       * modules/fchdir (Depends-on): Add filename. Remove dosname.
+
+       * lib/openat.c: Include filename.h instead of dosname.h.
+       * modules/openat (Depends-on): Add filename. Remove dosname.
+
+       * lib/rmdir.c: Include filename.h instead of dosname.h.
+       * modules/rmdir (Depends-on): Add filename. Remove dosname.
+
+       * lib/savewd.c: Include filename.h instead of dosname.h.
+       * modules/savewd (Depends-on): Add filename. Remove dosname.
+
+       * lib/unlink.c: Include filename.h instead of dosname.h.
+       * modules/unlink (Depends-on): Add filename. Remove dosname.
+
+       * modules/relocatable-prog-wrapper (Depends-on): Add filename.
+       * lib/relocwrapper.c: Update comments.
+
+       * modules/lstat (Depends-on): Remove dosname.
+
 2020-03-28  Bruno Haible  <bruno@clisp.org>
 
        dosname: Redirect to 'filename'.
index 4a1c909d38e670e54e14c44675bfb8a75aeefb3d..90022e05787d36823fc60db8f6cfcc54e23596e6 100644 (file)
@@ -16,7 +16,7 @@
 
 /* written by Jim Meyering */
 
-#include "dosname.h" /* solely for definition of IS_ABSOLUTE_FILE_NAME */
+#include "filename.h" /* solely for definition of IS_ABSOLUTE_FILE_NAME */
 
 #ifdef GNULIB_SUPPORT_ONLY_AT_FDCWD
 # include <errno.h>
index bc2e2fa1b22eedbfcd192344f7ed6f42493ef41f..51baf3d12d42793568d66621e04035b52be448a1 100644 (file)
@@ -25,7 +25,7 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "dosname.h" /* solely for definition of IS_ABSOLUTE_FILE_NAME */
+#include "filename.h" /* solely for definition of IS_ABSOLUTE_FILE_NAME */
 #include "filenamecat.h"
 #include "openat.h"
 #include "same-inode.h"
index 7d3c710f10f0d98713068d30dba4227d0da83c72..9f990988393d77601b3ae67ef77f0e7898baae97 100644 (file)
@@ -51,7 +51,7 @@
 # define __realpath realpath
 # include "pathmax.h"
 # include "malloca.h"
-# include "dosname.h"
+# include "filename.h"
 # if HAVE_GETCWD
 #  if IN_RELOCWRAPPER
     /* When building the relocatable program wrapper, use the system's getcwd
index 67fc76ecadf0e4709a09fc06c2a6550f142b7cd4..8bb325414965dc2c63ba14d7b5c4225c44d5662b 100644 (file)
@@ -30,7 +30,7 @@
 #include "pathmax.h"
 #include "xalloc.h"
 #include "xgetcwd.h"
-#include "dosname.h"
+#include "filename.h"
 
 #define MULTIPLE_BITS_SET(i) (((i) & ((i) - 1)) != 0)
 
index 8c12d93b510d7569b11b1ece02796cb27cdaa690..5379e8e3d2cd853c3e3d134fb5c0bc71e530cc03 100644 (file)
@@ -21,7 +21,7 @@
 
 # include <stdbool.h>
 # include <stddef.h>
-# include "dosname.h"
+# include "filename.h"
 
 # ifndef DIRECTORY_SEPARATOR
 #  define DIRECTORY_SEPARATOR '/'
index c27914bbb6088a554dd12e45a61aec88d7c1f0f4..20ecd3c17b0d3f08703c28906379f0c9b06cc1c3 100644 (file)
@@ -29,7 +29,7 @@
 #include <sys/stat.h>
 
 #include "assure.h"
-#include "dosname.h"
+#include "filename.h"
 #include "filenamecat.h"
 
 #ifndef REPLACE_OPEN_DIRECTORY
index fdbe83f43d391517bb9823278221ccab7b3bcd18..974f1a8b3b460199afed67f72112e6d504bd68fb 100644 (file)
@@ -167,7 +167,7 @@ rpl_openat (int dfd, char const *filename, int flags, ...)
 
 #else /* !HAVE_OPENAT */
 
-# include "dosname.h" /* solely for definition of IS_ABSOLUTE_FILE_NAME */
+# include "filename.h" /* solely for definition of IS_ABSOLUTE_FILE_NAME */
 # include "openat-priv.h"
 # include "save-cwd.h"
 
index 1b29ac0f141da940f28c548f6994debbdc86b20a..dfe7e4f1fa5c843b7de31af097b93272bcaf89d1 100644 (file)
              -> allocator
           -> readlink
              -> stat
-                -> dosname
+                -> filename
                 -> pathmax
                 -> verify
        -> canonicalize-lgpl
+          -> filename
           -> malloca
           -> lstat
           -> readlink
index 2f517cc61be7ad585bd1740d0498e543906140a1..2155224bd64c89964a807d2597a605cdabe2d9bd 100644 (file)
@@ -23,7 +23,7 @@
 #include <errno.h>
 #include <string.h>
 
-#include "dosname.h"
+#include "filename.h"
 
 #undef rmdir
 
index 2cfdf88ce31f7275ce362ecb2184392eeeb55f7d..2b68e417b8fe737e03a8e8f53df5b507ae507d51 100644 (file)
@@ -33,8 +33,8 @@
 #include <unistd.h>
 
 #include "assure.h"
-#include "dosname.h"
 #include "fcntl-safer.h"
+#include "filename.h"
 
 #ifndef FALLTHROUGH
 # if __GNUC__ < 7
index 5e0f4e177d54a1b61f212633f2b9d4545832e1b2..35463fd102be4577427ea75aeaa85c794f24280e 100644 (file)
@@ -24,7 +24,7 @@
 #include <string.h>
 #include <sys/stat.h>
 
-#include "dosname.h"
+#include "filename.h"
 
 #undef unlink
 
index 7c0302e27c646f5a664a0acae1a0b378d3909540..442368641ade27055c97ea55881733a76b485d8a 100644 (file)
@@ -28,7 +28,7 @@
 
 #include <stdlib.h>
 
-#include "dosname.h"
+#include "filename.h"
 #include "openat.h"
 
 #if HAVE_UNLINKAT
index a9668cf965af9a1363c5ac782222b05cf81532d5..3b36f131f5ff0d35c077dd3698653511e871b003 100644 (file)
@@ -11,11 +11,11 @@ areadlink
 careadlinkat
 readlinkat
 at-internal
-dosname
 errno
 extensions
 fchdir
 fcntl-h
+filename
 openat-die
 openat-h
 save-cwd
index 2cdd9595f8c280c7ef1a9ff654a6249f67d426f9..51fb1a87ee1a2c49be45164c33a347897b3d18ed 100644 (file)
@@ -11,11 +11,11 @@ areadlink-with-size
 stdint
 readlinkat
 at-internal
-dosname
 errno
 extensions
 fchdir
 fcntl-h
+filename
 openat-die
 openat-h
 save-cwd
index b8aadb795b25cb7bbdac1d5fc2d7ef277d015546..233fba96f2bd63d02a8394469a8a1f9d39ce02b0 100644 (file)
@@ -12,6 +12,7 @@ areadlink-with-size
 errno
 extensions
 file-set
+filename
 hash-triple
 lstat
 memmove
index ad8c028a51cb6a1c1cd1aefb8b80b67df3edcf14..35264223c8e12640e4c547acf2b4a9340246444f 100644 (file)
@@ -12,6 +12,7 @@ stdlib
 nocrash
 alloca-opt      [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
 errno           [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
+filename        [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
 lstat           [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
 malloca         [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
 memmove         [test $HAVE_CANONICALIZE_FILE_NAME = 0 || test $REPLACE_CANONICALIZE_FILE_NAME = 1]
index 4b48a3e5be29c8ed5e36a033800b8f3f9d39c194..d6c3efd72ad553699a2bf35f9a6294771428b609 100644 (file)
@@ -9,8 +9,8 @@ lib/stripslash.c
 m4/dirname.m4
 
 Depends-on:
-dosname
 double-slash-root
+filename
 malloc-posix
 stdbool
 
index 170aa7b6b959fb47b5a74e04a5a54703ab2f1b82..b502137c0bb042e4a801c61663df3a53978c3404 100644 (file)
@@ -10,10 +10,10 @@ Depends-on:
 unistd
 extensions
 at-internal     [test $HAVE_FACCESSAT = 0 || test $REPLACE_FACCESSAT = 1]
-dosname         [test $HAVE_FACCESSAT = 0 || test $REPLACE_FACCESSAT = 1]
 errno           [test $HAVE_FACCESSAT = 0 || test $REPLACE_FACCESSAT = 1]
 fchdir          [test $HAVE_FACCESSAT = 0 || test $REPLACE_FACCESSAT = 1]
 fcntl-h         [test $HAVE_FACCESSAT = 0 || test $REPLACE_FACCESSAT = 1]
+filename        [test $HAVE_FACCESSAT = 0 || test $REPLACE_FACCESSAT = 1]
 fstatat         [test $HAVE_FACCESSAT = 0 || test $REPLACE_FACCESSAT = 1]
 openat-die      [test $HAVE_FACCESSAT = 0 || test $REPLACE_FACCESSAT = 1]
 openat-h        [test $HAVE_FACCESSAT = 0 || test $REPLACE_FACCESSAT = 1]
index 6e95e9a18a6c36fdf18be20b5d67141caeacde8e..eb53d25a4d885e7334eb8b88cfc2d8aab4e35548 100644 (file)
@@ -12,10 +12,10 @@ chdir            [test $HAVE_FCHDIR = 0]
 close            [test $HAVE_FCHDIR = 0]
 dirent           [test $HAVE_FCHDIR = 0]
 dirfd            [test $HAVE_FCHDIR = 0]
-dosname          [test $HAVE_FCHDIR = 0]
 dup2             [test $HAVE_FCHDIR = 0]
 fcntl            [test $HAVE_FCHDIR = 0]
 fcntl-h          [test $HAVE_FCHDIR = 0]
+filename         [test $HAVE_FCHDIR = 0]
 filenamecat-lgpl [test $HAVE_FCHDIR = 0]
 fstat            [test $HAVE_FCHDIR = 0]
 getcwd-lgpl      [test $HAVE_FCHDIR = 0]
index aef184d9bb5942af83140e7f2eb73c84f0f24eab..83e14abc98ddc05bc7b531cc6c0a5c0d6cc137c4 100644 (file)
@@ -10,11 +10,11 @@ Depends-on:
 sys_stat
 extensions
 at-internal     [test $HAVE_FCHMODAT = 0]
-dosname         [test $HAVE_FCHMODAT = 0]
 errno           [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
 extern-inline   [test $HAVE_FCHMODAT = 0]
 fchdir          [test $HAVE_FCHMODAT = 0]
 fcntl-h         [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
+filename        [test $HAVE_FCHMODAT = 0]
 fstatat         [test $REPLACE_FCHMODAT = 1]
 intprops        [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
 lchmod          [test $HAVE_FCHMODAT = 0]
index d29d77eac5eb1bd573fa40f4be2acb105a966f8a..e14544ab2b7fa36ec015884b67cd986da06bed17 100644 (file)
@@ -10,11 +10,11 @@ Depends-on:
 unistd
 extensions
 at-internal     [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
-dosname         [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
 errno           [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
 extern-inline   [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
 fchdir          [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
 fcntl-h         [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
+filename        [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
 lchown          [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
 openat-die      [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
 openat-h        [test $HAVE_FCHOWNAT = 0 || test $REPLACE_FCHOWNAT = 1]
index 14c3f27fdffb412a7f003edf6d903b701e8dedee..985ea0cda4dd75da7b52a720a724f4999564562f 100644 (file)
@@ -11,11 +11,11 @@ Depends-on:
 sys_stat
 extensions
 at-internal     [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
-dosname         [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
 errno           [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
 extern-inline   [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
 fchdir          [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
 fcntl-h         [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
+filename        [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
 lstat           [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
 openat-die      [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
 openat-h        [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
index a7cbb9420f8c3aefa94f1c349ca4193b6eabbcb5..e6f70ffa45b668c6c993f85677324781f31b2396 100644 (file)
@@ -16,7 +16,7 @@ filenamecat-lgpl [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
 link-follow      [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
 areadlink        [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
 at-internal      [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
-dosname          [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
+filename         [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
 fstat            [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
 getcwd-lgpl      [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
 openat-h         [test $HAVE_LINKAT = 0 || test $REPLACE_LINKAT = 1]
index a5bff5199df12b128645f80c08e7be816f9b8c9b..6173858c0c112dafaf7289c58d1dcae77805b071 100644 (file)
@@ -8,7 +8,6 @@ m4/lstat.m4
 Depends-on:
 sys_stat
 largefile
-dosname         [test $REPLACE_LSTAT = 1]
 stat            [test $REPLACE_LSTAT = 1]
 stat-time       [test $REPLACE_LSTAT = 1]
 
index 0fe638ae86fa6e540769c8630b37248a39254f24..7b70a0b7a201a07fae3b7226a1431d2db017364a 100644 (file)
@@ -10,10 +10,10 @@ Depends-on:
 sys_stat
 extensions
 at-internal     [test $HAVE_MKDIRAT = 0]
-dosname         [test $HAVE_MKDIRAT = 0]
 errno           [test $HAVE_MKDIRAT = 0]
 fchdir          [test $HAVE_MKDIRAT = 0]
 fcntl-h         [test $HAVE_MKDIRAT = 0]
+filename        [test $HAVE_MKDIRAT = 0]
 mkdir           [test $HAVE_MKDIRAT = 0]
 openat-die      [test $HAVE_MKDIRAT = 0]
 openat-h        [test $HAVE_MKDIRAT = 0]
index bc0c8e3dafff58a93cef8b6f76ae222727514cc4..6c859f342859813f2db9b52e1c98f3550c228abb 100644 (file)
@@ -12,10 +12,10 @@ Depends-on:
 sys_stat
 extensions
 at-internal     [test $HAVE_MKFIFOAT = 0 || test $HAVE_MKNODAT = 0]
-dosname         [test $HAVE_MKFIFOAT = 0 || test $HAVE_MKNODAT = 0]
 errno           [test $HAVE_MKFIFOAT = 0 || test $HAVE_MKNODAT = 0]
 fchdir          [test $HAVE_MKFIFOAT = 0 || test $HAVE_MKNODAT = 0]
 fcntl-h         [test $HAVE_MKFIFOAT = 0 || test $HAVE_MKNODAT = 0]
+filename        [test $HAVE_MKFIFOAT = 0 || test $HAVE_MKNODAT = 0]
 openat-die      [test $HAVE_MKFIFOAT = 0 || test $HAVE_MKNODAT = 0]
 openat-h        [test $HAVE_MKFIFOAT = 0 || test $HAVE_MKNODAT = 0]
 save-cwd        [test $HAVE_MKFIFOAT = 0 || test $HAVE_MKNODAT = 0]
index 66fa3b4f4674cd04bc93d861bfc592a2b5765144..5ff4e4d53b6bc85cc5d04f64992b6718786b68c0 100644 (file)
@@ -18,9 +18,9 @@ sys_stat        [test $HAVE_OPENAT = 0 || test $REPLACE_OPENAT = 1]
 cloexec         [test $REPLACE_OPENAT = 1]
 fstat           [test $REPLACE_OPENAT = 1]
 at-internal     [test $HAVE_OPENAT = 0]
-dosname         [test $HAVE_OPENAT = 0]
 errno           [test $HAVE_OPENAT = 0]
 fchdir          [test $HAVE_OPENAT = 0]
+filename        [test $HAVE_OPENAT = 0]
 open            [test $HAVE_OPENAT = 0]
 openat-die      [test $HAVE_OPENAT = 0]
 save-cwd        [test $HAVE_OPENAT = 0]
index 84dac40b319d0ff74ccd31888d4d549362f792c3..3bc7239657dae56e9e3d58596d3645713856a66e 100644 (file)
@@ -10,10 +10,10 @@ Depends-on:
 unistd
 extensions
 at-internal     [test $HAVE_READLINKAT = 0]
-dosname         [test $HAVE_READLINKAT = 0]
 errno           [test $HAVE_READLINKAT = 0]
 fchdir          [test $HAVE_READLINKAT = 0]
 fcntl-h         [test $HAVE_READLINKAT = 0]
+filename        [test $HAVE_READLINKAT = 0]
 openat-die      [test $HAVE_READLINKAT = 0]
 openat-h        [test $HAVE_READLINKAT = 0]
 save-cwd        [test $HAVE_READLINKAT = 0]
index 25cc66f54a2b43cc6023a593c4c2091460d6bd0a..3cc3d76a45e04a4136ac7c154d853ee16523f876 100644 (file)
@@ -37,6 +37,7 @@ Depends-on:
 alloca-opt
 double-slash-root
 errno
+filename
 largefile
 pathmax
 ssize_t
index d0a123cf95f8efb44dac179135ba974afbe9e58a..5ce8e47587da08a7d7fc3257e3eac66616d9d351 100644 (file)
@@ -16,7 +16,7 @@ openat-h         [test $HAVE_RENAMEAT = 0 || test $REPLACE_RENAMEAT = 1]
 statat           [test $REPLACE_RENAMEAT = 1]
 stdbool          [test $REPLACE_RENAMEAT = 1]
 at-internal      [test $HAVE_RENAMEAT = 0]
-dosname          [test $HAVE_RENAMEAT = 0]
+filename         [test $HAVE_RENAMEAT = 0]
 fstat            [test $HAVE_RENAMEAT = 0]
 getcwd-lgpl      [test $HAVE_RENAMEAT = 0]
 openat-die       [test $HAVE_RENAMEAT = 0]
index 59a9dbacc63b44005cd89f26a29708dd6f760b00..85336ba8030f7d1a04791925ffb84039330af61f 100644 (file)
@@ -7,7 +7,7 @@ m4/rmdir.m4
 
 Depends-on:
 unistd
-dosname         [test $REPLACE_RMDIR = 1]
+filename        [test $REPLACE_RMDIR = 1]
 sys_stat        [test $REPLACE_RMDIR = 1]
 
 configure.ac:
index a6c82672fb437f46ba2597ec4904591ae2c8bc5d..935540cbd9216d2d5188475e1ef938374d887b5d 100644 (file)
@@ -9,12 +9,12 @@ m4/savewd.m4
 Depends-on:
 assure
 chdir
-dosname
 errno
 extern-inline
 fchdir
 fcntl-safer
 fcntl-h
+filename
 raise
 stdbool
 stdlib
index 29d188e1aa0ba98557858804927ac29311665515..4de98a6102f0fb782df097c90966c7e9bb33e751 100644 (file)
@@ -9,11 +9,11 @@ lib/at-func.c
 Depends-on:
 selinux-h
 at-internal
-dosname
 errno
 extensions
 fchdir
 fcntl-h
+filename
 openat-die
 openat-h
 save-cwd
index 3d1f2ac269aa117d30e533ef2cddf6b6c6cdf3d3..16d0fcc2bebeff304d435f12c0370c9e90b82a82 100644 (file)
@@ -10,10 +10,10 @@ Depends-on:
 unistd
 extensions
 at-internal     [test $HAVE_SYMLINKAT = 0]
-dosname         [test $HAVE_SYMLINKAT = 0]
 errno           [test $HAVE_SYMLINKAT = 0]
 fchdir          [test $HAVE_SYMLINKAT = 0]
 fcntl-h         [test $HAVE_SYMLINKAT = 0]
+filename        [test $HAVE_SYMLINKAT = 0]
 openat-die      [test $HAVE_SYMLINKAT = 0]
 openat-h        [test $HAVE_SYMLINKAT = 0]
 save-cwd        [test $HAVE_SYMLINKAT = 0]
index 5fc84d935c079b01607a91e22bb42588baa44e87..9e57184905a9835611f5ba16ad66dd68ac43207f 100644 (file)
@@ -7,7 +7,7 @@ m4/unlink.m4
 
 Depends-on:
 unistd
-dosname         [test $REPLACE_UNLINK = 1]
+filename        [test $REPLACE_UNLINK = 1]
 lstat           [test $REPLACE_UNLINK = 1]
 malloc-posix    [test $REPLACE_UNLINK = 1]
 
index f2094e0db9cdc810796e3839234095ffba009887..b379a90354da061d4947ea9b609561ef467a4bb1 100644 (file)
@@ -15,9 +15,9 @@ openat-h        [test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1]
 sys_stat        [test $HAVE_UNLINKAT = 0 || test $REPLACE_UNLINKAT = 1]
 statat          [test $REPLACE_UNLINKAT = 1]
 at-internal     [test $HAVE_UNLINKAT = 0]
-dosname         [test $HAVE_UNLINKAT = 0]
 errno           [test $HAVE_UNLINKAT = 0]
 fchdir          [test $HAVE_UNLINKAT = 0]
+filename        [test $HAVE_UNLINKAT = 0]
 openat-die      [test $HAVE_UNLINKAT = 0]
 rmdir           [test $HAVE_UNLINKAT = 0]
 save-cwd        [test $HAVE_UNLINKAT = 0]
index 27e4679dac4bb79c168323e2f04c5028a4685e23..1d8895f9f80c46a526627772f351e0ba967abb65 100644 (file)
@@ -10,10 +10,10 @@ Depends-on:
 sys_stat
 extensions
 at-internal     [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
-dosname         [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
 errno           [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
 fchdir          [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
 fcntl-h         [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
+filename        [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
 openat-die      [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
 openat-h        [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]
 save-cwd        [test $HAVE_UTIMENSAT = 0 || test $REPLACE_UTIMENSAT = 1]