accept4: adjust module dependencies
authorEric Blake <ebb9@byu.net>
Tue, 15 Dec 2009 05:11:50 +0000 (22:11 -0700)
committerEric Blake <ebb9@byu.net>
Tue, 15 Dec 2009 05:11:50 +0000 (22:11 -0700)
* modules/accept4 (Depends-on): Use fcntl-h, not fcntl.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
modules/accept4

index b5ca5eb..2756f67 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-12-14  Eric Blake  <ebb9@byu.net>
 
+       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.
 
index d13127e..6f26071 100644 (file)
@@ -9,7 +9,7 @@ m4/accept4.m4
 Depends-on:
 sys_socket
 accept
-fcntl
+fcntl-h
 binary-io
 
 configure.ac: