From: Bruno Haible Date: Sun, 23 Aug 2009 08:18:14 +0000 (+0200) Subject: Update module dependencies. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=802f6fc3b81d26b11eb1891f655ab21cf6ac6b7c;hp=7d8f602d6f6c1ac2633c23140c93aaca098c6a2a;p=pspp Update module dependencies. --- 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: