From: Eric Blake Date: Tue, 15 Dec 2009 05:11:50 +0000 (-0700) Subject: accept4: adjust module dependencies X-Git-Tag: v0.1~5039 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=25552e29ba625a744cabd0978bdc2349b909b671;p=gnulib.git accept4: adjust module dependencies * modules/accept4 (Depends-on): Use fcntl-h, not fcntl. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index b5ca5eb47..2756f670b 100644 --- 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 index d13127e84..6f2607154 100644 --- a/modules/accept4 +++ b/modules/accept4 @@ -9,7 +9,7 @@ m4/accept4.m4 Depends-on: sys_socket accept -fcntl +fcntl-h binary-io configure.ac: