From 802f6fc3b81d26b11eb1891f655ab21cf6ac6b7c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 23 Aug 2009 10:18:14 +0200 Subject: [PATCH] Update module dependencies. --- ChangeLog | 5 +++++ modules/fchdir | 2 +- modules/pipe2 | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bf65748ce4..c475641524 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-08-23 Bruno Haible + + * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl. + * modules/pipe2 (Depends-on): Likewise. + 2009-08-23 Eric Blake fcntl-h: add O_TTY_INIT support diff --git a/modules/fchdir b/modules/fchdir index 4b25e52257..17e842c640 100644 --- a/modules/fchdir +++ b/modules/fchdir @@ -11,7 +11,7 @@ close dirent dirfd dup2 -fcntl +fcntl-h include_next open strdup diff --git a/modules/pipe2 b/modules/pipe2 index 6a1932b2f7..9117e73adf 100644 --- a/modules/pipe2 +++ b/modules/pipe2 @@ -7,7 +7,7 @@ m4/pipe2.m4 Depends-on: unistd -fcntl +fcntl-h binary-io configure.ac: -- 2.30.2