# HG changeset patch # User Bruno Haible # Date 1222943067 -7200 # Node ID 8a5e51b0fb50be8c0d1e4bf0fc377be09d51b804 # Parent 83a431076ee1e3ab2d44f3ba80d58218f166876c Use the fixed open() function. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-10-02 Bruno Haible + + * modules/posix_spawn-internal (Depends-on): Add 'open'. + 2008-10-02 Paolo Bonzini * build-aux/bootstrap: Allow renaming bootstrap, and change the diff --git a/modules/posix_spawn-internal b/modules/posix_spawn-internal --- a/modules/posix_spawn-internal +++ b/modules/posix_spawn-internal @@ -9,6 +9,7 @@ Depends-on: spawn alloca-opt +open strchrnul configure.ac: