# HG changeset patch # User Bruno Haible # Date 1251015494 -7200 # Node ID ed51af85012bda19d031a087ad3ef79412f65315 # Parent 18205f9302ac8ec9b7630274af0dcc507ecfbd6c Update module dependencies. diff --git a/ChangeLog b/ChangeLog --- 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 --- a/modules/fchdir +++ b/modules/fchdir @@ -11,7 +11,7 @@ dirent dirfd dup2 -fcntl +fcntl-h include_next open strdup diff --git a/modules/pipe2 b/modules/pipe2 --- a/modules/pipe2 +++ b/modules/pipe2 @@ -7,7 +7,7 @@ Depends-on: unistd -fcntl +fcntl-h binary-io configure.ac: