changeset 11878:ed51af85012b

Update module dependencies.
author Bruno Haible <bruno@clisp.org>
date Sun, 23 Aug 2009 10:18:14 +0200
parents 18205f9302ac
children bd0609bf2760
files ChangeLog modules/fchdir modules/pipe2
diffstat 3 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-23  Bruno Haible  <bruno@clisp.org>
+
+	* modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
+	* modules/pipe2 (Depends-on): Likewise.
+
 2009-08-23  Eric Blake  <ebb9@byu.net>
 
 	fcntl-h: add O_TTY_INIT support
--- a/modules/fchdir
+++ b/modules/fchdir
@@ -11,7 +11,7 @@
 dirent
 dirfd
 dup2
-fcntl
+fcntl-h
 include_next
 open
 strdup
--- a/modules/pipe2
+++ b/modules/pipe2
@@ -7,7 +7,7 @@
 
 Depends-on:
 unistd
-fcntl
+fcntl-h
 binary-io
 
 configure.ac: