stat: add as dependency to other modules
authorEric Blake <ebb9@byu.net>
Tue, 15 Sep 2009 20:43:14 +0000 (14:43 -0600)
committerEric Blake <ebb9@byu.net>
Sat, 19 Sep 2009 19:18:04 +0000 (13:18 -0600)
Modules that use stat but are not in this list don't trip any of
the bugs that the stat module fixes.

* modules/chown (Depends-on): Add stat.
* modules/euidaccess (Depends-on): Likewise.
* modules/fchdir (Depends-on): Likewise.
* modules/isdir (Depends-on): Likewise.
* modules/link (Depends-on): Likewise.
* modules/lstat (Depends-on): Likewise.
* modules/mkdir-p (Depends-on): Likewise.
* modules/modechange (Depends-on): Likewise.
* modules/open (Depends-on): Likewise.
* modules/readlink (Depends-on): Likewise.
* modules/same (Depends-on): Likewise.

Signed-off-by: Eric Blake <ebb9@byu.net>
12 files changed:
ChangeLog
modules/chown
modules/euidaccess
modules/fchdir
modules/isdir
modules/link
modules/lstat
modules/mkdir-p
modules/modechange
modules/open
modules/readlink
modules/same

index d0aa2c4..1002722 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 2009-09-19  Eric Blake  <ebb9@byu.net>
 
+       stat: add as dependency to other modules
+       * modules/chown (Depends-on): Add stat.
+       * modules/euidaccess (Depends-on): Likewise.
+       * modules/fchdir (Depends-on): Likewise.
+       * modules/isdir (Depends-on): Likewise.
+       * modules/link (Depends-on): Likewise.
+       * modules/lstat (Depends-on): Likewise.
+       * modules/mkdir-p (Depends-on): Likewise.
+       * modules/modechange (Depends-on): Likewise.
+       * modules/open (Depends-on): Likewise.
+       * modules/readlink (Depends-on): Likewise.
+       * modules/same (Depends-on): Likewise.
+
        stat: fix Solaris 9 bug
        * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
        slash.
index cf99210..88d0cd4 100644 (file)
@@ -9,6 +9,7 @@ m4/chown.m4
 Depends-on:
 open
 unistd
+stat
 sys_stat
 
 configure.ac:
index 47d9716..bf329c6 100644 (file)
@@ -9,6 +9,7 @@ Depends-on:
 unistd
 extensions
 group-member
+stat
 sys_stat
 
 configure.ac:
index b35e385..69ac3c3 100644 (file)
@@ -16,6 +16,7 @@ include_next
 malloc-posix
 open
 realloc-posix
+stat
 stdbool
 strdup-posix
 sys_stat
index 09f5956..001546e 100644 (file)
@@ -6,6 +6,7 @@ lib/isdir.c
 m4/isdir.m4
 
 Depends-on:
+stat
 
 configure.ac:
 gl_ISDIR
@@ -20,4 +21,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-
index 9492950..6a006c3 100644 (file)
@@ -6,6 +6,7 @@ lib/link.c
 m4/link.m4
 
 Depends-on:
+stat
 strdup-posix
 sys_stat
 unistd
index b0c8b44..e4eabb5 100644 (file)
@@ -6,6 +6,7 @@ lib/lstat.c
 m4/lstat.m4
 
 Depends-on:
+stat
 sys_stat
 
 configure.ac:
index 20e3a23..3b0abdf 100644 (file)
@@ -17,6 +17,7 @@ lchown
 mkancesdirs
 quote
 savewd
+stat
 stat-macros
 stdbool
 sys_stat
index 80d8b70..e58589a 100644 (file)
@@ -8,6 +8,7 @@ lib/modechange.c
 m4/modechange.m4
 
 Depends-on:
+stat
 stat-macros
 stdbool
 sys_stat
index 601e064..0b8b303 100644 (file)
@@ -8,6 +8,7 @@ m4/mode_t.m4
 
 Depends-on:
 fcntl-h
+stat
 
 configure.ac:
 gl_FUNC_OPEN
index 8e2a1de..eb32ef5 100644 (file)
@@ -6,6 +6,7 @@ lib/readlink.c
 m4/readlink.m4
 
 Depends-on:
+stat
 unistd
 
 configure.ac:
index b17d735..a6fc64f 100644 (file)
@@ -12,6 +12,7 @@ xalloc
 error
 dirname
 same-inode
+stat
 stdbool
 memcmp