Mercurial > hg > octave-lojdl > gnulib-hg
comparison modules/fts @ 15636:578b354d30fc
Add dependencies to new dirent related modules.
* modules/backupfile (Depends-on): Add opendir, readdir, closedir.
* modules/fts (Depends-on): Likewise.
* modules/glob (Depends-on): Likewise.
* modules/savedir (Depends-on): Likewise.
* modules/scandir (Depends-on): Likewise.
* modules/dirent-safer (Depends-on): Add opendir, closedir.
* modules/fdopendir (Depends-on): Add opendir.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 17 Sep 2011 16:53:15 +0200 |
parents | d4118b26b79e |
children | 45b9be95a543 |
comparison
equal
deleted
inserted
replaced
15635:33baa4c1aabd | 15636:578b354d30fc |
---|---|
7 lib/fts-cycle.c | 7 lib/fts-cycle.c |
8 m4/fts.m4 | 8 m4/fts.m4 |
9 | 9 |
10 Depends-on: | 10 Depends-on: |
11 cloexec | 11 cloexec |
12 closedir | |
12 cycle-check | 13 cycle-check |
13 d-ino | 14 d-ino |
14 d-type | 15 d-type |
15 dirent-safer | 16 dirent-safer |
16 fchdir | 17 fchdir |
19 hash | 20 hash |
20 i-ring | 21 i-ring |
21 lstat | 22 lstat |
22 memmove | 23 memmove |
23 openat-safer | 24 openat-safer |
25 opendir | |
26 readdir | |
24 stdbool | 27 stdbool |
25 unistd-safer | 28 unistd-safer |
26 | 29 |
27 configure.ac: | 30 configure.ac: |
28 gl_FUNC_FTS | 31 gl_FUNC_FTS |