# HG changeset patch # User Eric Blake # Date 1260853910 25200 # Node ID e962488c88abca9de07f0c7aba06feb04ab4752c # Parent b79168ca6a087fa73646ea3af9fb2a9388cbb965 accept4: adjust module dependencies * modules/accept4 (Depends-on): Use fcntl-h, not fcntl. Signed-off-by: Eric Blake diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-12-14 Eric Blake + accept4: adjust module dependencies + * modules/accept4 (Depends-on): Use fcntl-h, not fcntl. + utimens: one more try at avoiding compiler warning * lib/utimens.c (lutimens): Lower scope of result. diff --git a/modules/accept4 b/modules/accept4 --- a/modules/accept4 +++ b/modules/accept4 @@ -9,7 +9,7 @@ Depends-on: sys_socket accept -fcntl +fcntl-h binary-io configure.ac: